Skip to content

Commit 7371bc5

Browse files
committed
back to normal nonce
1 parent f975bad commit 7371bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/submit_transaction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async fn send_transaction(provider: &HostProvider, recipient_address: Address) {
7474
.with_to(recipient_address)
7575
.with_value(U256::from(1))
7676
.with_max_priority_fee_per_gas(3 * GWEI_TO_WEI as u128)
77-
.with_nonce(nonce + 1)
77+
.with_nonce(nonce)
7878
.with_gas_limit(30_000);
7979

8080
// start timer to measure how long it takes to mine the transaction

0 commit comments

Comments
 (0)