mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
Update accounts/abi/bind/v2/lib.go
This commit is contained in:
parent
d97d3716ca
commit
eab13853a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue