Skip to content

Commit

Permalink
chore: removing unnecessary ?
Browse files Browse the repository at this point in the history
  • Loading branch information
CalicoNino committed Oct 4, 2024
1 parent 46ea0ab commit 7788673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/tx/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const accountFromEthAccount = ({ baseAccount }: EthAccount): Account => {
address,
pubkey: decodeOptionalPubkey(pubKey),
accountNumber: accountNumber.toNumber(),
sequence: sequence?.toNumber(),
sequence: sequence.toNumber(),
}
}

Expand Down

0 comments on commit 7788673

Please sign in to comment.