Skip to content

Commit

Permalink
Fix/comment (#1505)
Browse files Browse the repository at this point in the history
* fix: comment

* feat: version

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mosshqq and mergify[bot] authored Jan 8, 2025
1 parent 6069695 commit a3a9008
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .yarn/versions/8616317c.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declined:
- helios
- "@fluent-wallet/cfx_sign-transaction"
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 a3a9008

Please sign in to comment.