Skip to content

Commit

Permalink
fix(MetaMask#24): fix uncatch error on unsigned transaction in ledger
Browse files Browse the repository at this point in the history
- signLedgerTransaction is not being pass when using TransactionElement
  • Loading branch information
stanleyyconsensys committed Jul 28, 2023
1 parent f5217a2 commit 88ee61e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/UI/Transactions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@ class Transactions extends PureComponent {
isQRHardwareAccount={this.state.isQRHardwareAccount}
isLedgerAccount={this.state.isLedgerAccount}
signQRTransaction={this.signQRTransaction}
signLedgerTransaction={this.signLedgerTransaction}
cancelUnsignedQRTransaction={this.cancelUnsignedQRTransaction}
onCancelAction={this.onCancelAction}
testID={'txn-item'}
Expand Down

0 comments on commit 88ee61e

Please sign in to comment.