Skip to content

Commit

Permalink
Remove allow_additional_input_selection false for implicit account tr…
Browse files Browse the repository at this point in the history
…ansition (#2043)
  • Loading branch information
thibault-martinez authored Feb 21, 2024
1 parent fc9f0f5 commit 4ca02ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/src/wallet/operations/transaction/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ where
let transaction_options = TransactionOptions {
required_inputs: [*output_id].into(),
issuer_id: Some(account_id),
allow_additional_input_selection: false,
..Default::default()
};

Expand Down

0 comments on commit 4ca02ca

Please sign in to comment.