Skip to content

Commit 0fce509

Browse files
committed
refactor: include substrate coin changes
TICKET: WP-7114
1 parent 19cb81b commit 0fce509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/abstract-substrate/src/abstractSubstrateCoin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export class SubstrateCoin extends BaseCoin {
119119
);
120120

121121
if (!isValid) {
122-
throw new UnexpectedAddressError();
122+
throw new UnexpectedAddressError(`address validation failure: ${params.address} is not a wallet address`);
123123
}
124124

125125
return true;

0 commit comments

Comments
 (0)