Skip to content

Commit

Permalink
Merge pull request #4113 from BitGo/WIN-1270-fix-typo-on-recovery-bac…
Browse files Browse the repository at this point in the history
…kup-address-low-balance-message-in-sdk

chore: use generic name for funds for recovery message
  • Loading branch information
sachushaji authored Dec 1, 2023
2 parents af095fc + 884fe16 commit 8ac4787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/abstract-eth/src/abstractEthLikeNewCoins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ export abstract class AbstractEthLikeNewCoins extends AbstractEthLikeCoin {
throw new Error(
`Backup key address ${backupKeyAddress} has balance ${(backupKeyBalance / weiToGwei).toString()} Gwei.` +
`This address must have a balance of at least ${(totalGasNeeded / weiToGwei).toString()}` +
` Gwei to perform recoveries. Try sending some MATIC to this address then retry.`
` Gwei to perform recoveries. Try sending some funds to this address then retry.`
);
}

Expand Down

0 comments on commit 8ac4787

Please sign in to comment.