LedgerHQ / ledgerjs

⛔️ MOVED to monorepo "ledger-live"
https://github.com/LedgerHQ/ledger-live
Apache License 2.0
574 stars 382 forks source link

Example of resolveTransaction on hw-app-eth/README.md incorrect #788

Open playmint-jbr opened 2 years ago

playmint-jbr commented 2 years ago

The example of how to use resolveTransaction on https://github.com/LedgerHQ/ledgerjs/blob/master/packages/hw-app-eth/README.md just passes the unsigned tx, but the real function has 3 args.

bkbooth commented 2 years ago

Yep, hw-app-eth is now showing a deprecation warning about not providing a resolution to signTransaction, but the example given in the docs doesn't work.