Skip to content

Commit

Permalink
Add missing field
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Apr 15, 2024
1 parent 6110361 commit 1c92b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/examples/wallet/offline_signing/2_sign_transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
payload: signed_transaction,
inputs_data: prepared_transaction_data.inputs_data,
mana_rewards: prepared_transaction_data.mana_rewards,
issuer_id: prepared_transaction_data.issuer_id,
};

println!("Signed transaction.");
Expand Down

0 comments on commit 1c92b5f

Please sign in to comment.