Skip to content

Commit

Permalink
Comment unsupported native tokens in output consolidation
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Nov 16, 2023
1 parent 0d454be commit 9d88e53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/src/wallet/operations/output_consolidation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,8 @@ where
.map(|bech32| bech32.into_inner())
.unwrap_or_else(|| outputs_to_consolidate[0].address.clone()),
))
.with_native_tokens(total_native_tokens.finish()?)
// TODO https://github.com/iotaledger/iota-sdk/issues/1632
// .with_native_tokens(total_native_tokens.finish()?)
.finish_output()?];

let options = Some(TransactionOptions {
Expand Down

0 comments on commit 9d88e53

Please sign in to comment.