Skip to content

Commit

Permalink
fix: Spelling fix in the logged messages. (#3131)
Browse files Browse the repository at this point in the history
Signed-off-by: ebadiere <[email protected]>
  • Loading branch information
ebadiere authored Oct 21, 2024
1 parent c03dc65 commit a1ae911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relay/src/lib/eth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@ export class EthImpl implements Eth {

if (!accountNonce) {
this.logger.warn(`${requestDetails.formattedRequestId} Cannot find updated account nonce.`);
throw predefined.INTERNAL_ERROR(`Cannot find updated account nonce for WRONT_NONCE error.`);
throw predefined.INTERNAL_ERROR(`Cannot find updated account nonce for WRONG_NONCE error.`);
}

if (parsedTx.nonce > accountNonce) {
Expand Down

0 comments on commit a1ae911

Please sign in to comment.