Update accounts/abi/bind/v2/lib.go

This commit is contained in:
jwasinger 2025-07-08 20:17:29 +09:00 committed by GitHub
parent d97d3716ca
commit eab13853a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -242,7 +242,7 @@ func waitAccepted(ctx context.Context, d ContractBackend, txHash common.Hash) er
return nil return nil
} }
if errors.Is(err, ethereum.NotFound) { // TODO: check this is emitted if errors.Is(err, ethereum.NotFound) {
logger.Trace("Transaction not yet accepted") logger.Trace("Transaction not yet accepted")
} else { } else {
logger.Trace("Transaction submission failed", "err", err) logger.Trace("Transaction submission failed", "err", err)