From 54d80a4a951994f5c6ec46f7dd7f6f5e3880c96e Mon Sep 17 00:00:00 2001 From: trillom8 Date: Sun, 5 May 2024 20:07:25 +0900 Subject: [PATCH] eth/tracers: fix comments --- eth/tracers/api_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/tracers/api_test.go b/eth/tracers/api_test.go index 36caee0dda..b06924bcf4 100644 --- a/eth/tracers/api_test.go +++ b/eth/tracers/api_test.go @@ -311,7 +311,7 @@ func TestTraceCall(t *testing.T) { config: &TraceCallConfig{TxIndex: uintPtr(1)}, expectErr: fmt.Errorf("tracing failed: insufficient funds for gas * price + value: address %s have 1000000000000000000 want 1000000000000000100", accounts[2].addr), }, - // After the target transaction, should be succeed + // After the target transaction, should be succeeded { blockNumber: rpc.BlockNumber(genBlocks - 1), call: ethapi.TransactionArgs{