Skip to content

Commit

Permalink
Merge branch '2.0' into wallet-transaction-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M authored Mar 21, 2024
2 parents 14c7aa2 + 6b2f5f1 commit 1ac81de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ impl Client {
.with_payload(options.tagged_data_payload)
.with_mana_allotments(options.mana_allotments)
.with_remainder_address(remainder_address)
.with_transitions(options.transitions)
.with_burn(options.burn);

if let (Some(account_id), Some(reference_mana_cost)) = (options.issuer_id, reference_mana_cost) {
Expand Down

0 comments on commit 1ac81de

Please sign in to comment.