Skip to content

Commit

Permalink
chore: Update error message (#5782)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed May 22, 2024
1 parent d1b7d85 commit d4332dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wallet.provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export async function verifyTransactionSender(signer: JsonRpcSigner) {
if (_isBlockedAddress) {
isBlocked.value = true;
throw new Error(
`Rejecting transaction. [${_isBlockedAddress}] is a sanctioned wallet.`
`Rejecting transaction. [${signerAddress}] is a sanctioned wallet.`
);
}
}
Expand Down

0 comments on commit d4332dc

Please sign in to comment.