Skip to content

Commit 7f6ab95

Browse files
committed
fix(abstra-eth): fix unit tests
Ticket: COIN-6431
1 parent 86df81e commit 7f6ab95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/abstract-eth/src/abstractEthLikeNewCoins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3189,7 +3189,7 @@ export abstract class AbstractEthLikeNewCoins extends AbstractEthLikeCoin {
31893189
}
31903190

31913191
if (txJson.to.toLowerCase() !== baseAddress.toLowerCase()) {
3192-
throwRecipientMismatch('Consolidation transaction recipient does not match wallet base address', [
3192+
await throwRecipientMismatch('Consolidation transaction recipient does not match wallet base address', [
31933193
{ address: txJson.to, amount: txJson.value },
31943194
]);
31953195
}

0 commit comments

Comments
 (0)