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.
1 parent 86df81e commit 7f6ab95Copy full SHA for 7f6ab95
modules/abstract-eth/src/abstractEthLikeNewCoins.ts
@@ -3189,7 +3189,7 @@ export abstract class AbstractEthLikeNewCoins extends AbstractEthLikeCoin {
3189
}
3190
3191
if (txJson.to.toLowerCase() !== baseAddress.toLowerCase()) {
3192
- throwRecipientMismatch('Consolidation transaction recipient does not match wallet base address', [
+ await throwRecipientMismatch('Consolidation transaction recipient does not match wallet base address', [
3193
{ address: txJson.to, amount: txJson.value },
3194
]);
3195
0 commit comments