We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4924a3a + 68e724a commit 110c0bfCopy full SHA for 110c0bf
modules/sdk-coin-canton/src/canton.ts
@@ -128,7 +128,7 @@ export class Canton extends BaseCoin {
128
if (!this.isValidAddress(addressPart)) {
129
throw new InvalidAddressError(`invalid address: ${newAddress}`);
130
}
131
- if (memoId && memoId !== index) {
+ if (memoId && memoId !== `${index}`) {
132
throw new InvalidAddressError(`invalid memoId index: ${memoId}`);
133
134
const commonKeychain = extractCommonKeychain(keychains);
0 commit comments