Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/abstract-eth/src/abstractEthLikeNewCoins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3189,7 +3189,7 @@ export abstract class AbstractEthLikeNewCoins extends AbstractEthLikeCoin {
}

if (txJson.to.toLowerCase() !== baseAddress.toLowerCase()) {
throwRecipientMismatch('Consolidation transaction recipient does not match wallet base address', [
await throwRecipientMismatch('Consolidation transaction recipient does not match wallet base address', [
{ address: txJson.to, amount: txJson.value },
]);
}
Expand Down
Loading