mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
eth/tracers: fix comments
This commit is contained in:
parent
3094b363db
commit
54d80a4a95
1 changed files with 1 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue