Skip to content

Commit

Permalink
chore: remove redundant word in comment
Browse files Browse the repository at this point in the history
Signed-off-by: luchenhan <[email protected]>
  • Loading branch information
luchenhan committed Jan 4, 2025
1 parent 66fd137 commit 3a4effb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rpcs/cfx_signTransaction/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const main = async args => {
if (!fromAddr) throw InvalidParams(`Invalid from address ${newTx.from}`)

/**
* ledger app check, v1.x is is not support 1559 transaction
* ledger app check, v1.x is not support 1559 transaction
* so we need check this app version
*/
let isV1LedgerAPP = false
Expand Down

0 comments on commit 3a4effb

Please sign in to comment.