Skip to content

Commit

Permalink
Cleanup: clear nonce
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse committed Aug 30, 2023
1 parent c9cc789 commit 67eee66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agents/domains/evm/inbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func (a inboxContract) VerifyAttestation(ctx context.Context, signer signer.Sign

transactOpts.Context = ctx
transactOpts.GasLimit = 5000000
a.nonceManager.ClearNonce(signer.Address())
return a.contract.VerifyAttestation(transactOpts, attestation, attSignature)
}

Expand Down

0 comments on commit 67eee66

Please sign in to comment.