Skip to content

Commit

Permalink
Update ironfish-cli/src/commands/wallet/multisig/sign.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Hugh Cunningham <[email protected]>
  • Loading branch information
NullSoldier and hughy authored Oct 7, 2024
1 parent ff5406e commit 1a797d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ironfish-cli/src/commands/wallet/multisig/sign.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ export class SignMultisigTransactionCommand extends IronfishCommand {
ledger,
message: 'Review Transaction',
action: () => ledger.reviewTransaction(unsignedTransactionHex),
approval: true,
})

commitment = await this.createSigningCommitmentWithLedger(
Expand Down

0 comments on commit 1a797d0

Please sign in to comment.