We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb167b2 commit ffc0767Copy full SHA for ffc0767
bin/submit_transaction.rs
@@ -91,6 +91,7 @@ async fn send_transaction(provider: &HostProvider, recipient_address: Address) {
91
let dispatch_start_time: Instant = Instant::now();
92
93
// dispatch the transaction
94
+ debug!(?tx.nonce, "sending transaction with nonce");
95
let result = provider.send_transaction(tx).await.unwrap();
96
97
// wait for the transaction to mine
0 commit comments