Skip to content

Commit ffc0767

Browse files
committed
nonce logging
1 parent fb167b2 commit ffc0767

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/submit_transaction.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ async fn send_transaction(provider: &HostProvider, recipient_address: Address) {
9191
let dispatch_start_time: Instant = Instant::now();
9292

9393
// dispatch the transaction
94+
debug!(?tx.nonce, "sending transaction with nonce");
9495
let result = provider.send_transaction(tx).await.unwrap();
9596

9697
// wait for the transaction to mine

0 commit comments

Comments
 (0)