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
|
}
|