From eab13853a5bbd9260a8337530699321e11af61cf Mon Sep 17 00:00:00 2001 From: jwasinger Date: Tue, 8 Jul 2025 20:17:29 +0900 Subject: [PATCH] Update accounts/abi/bind/v2/lib.go --- accounts/abi/bind/v2/lib.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/abi/bind/v2/lib.go b/accounts/abi/bind/v2/lib.go index f682dbdac3..8b2a44d2c8 100644 --- a/accounts/abi/bind/v2/lib.go +++ b/accounts/abi/bind/v2/lib.go @@ -242,7 +242,7 @@ func waitAccepted(ctx context.Context, d ContractBackend, txHash common.Hash) er 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") } else { logger.Trace("Transaction submission failed", "err", err)