Skip to content

Commit

Permalink
Debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
blockiosaurus committed Sep 11, 2024
1 parent 73b8d10 commit 0f30e32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/rust/tests/setup/token_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,8 @@ impl TokenManager {
context.last_blockhash,
);

let sim = context.banks_client.simulate_transaction(tx.clone()).await;
println!("{:#?}", sim);
context.banks_client.process_transaction(tx).await
}
}

0 comments on commit 0f30e32

Please sign in to comment.