wasabi-solana-ts 1.2.7 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -184,7 +184,7 @@ const parseErrorLogs = (logs) => {
184
184
  else if (failingProgramId.localeCompare(wasabiProgramId) === 0) {
185
185
  return findWasabiError(errorCode);
186
186
  }
187
- else if (failingProgramId.localeCompare(web3_js_1.SystemProgram.programId.toBase58())) {
187
+ else if (failingProgramId.localeCompare(web3_js_1.SystemProgram.programId.toBase58()) === 0) {
188
188
  return parseSystemError(errorCode, web3_js_1.SystemProgram.programId.toBase58());
189
189
  }
190
190
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wasabi-solana-ts",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "Typescript library for the Wasabi program",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",