Skip to content

Commit c15b814

Browse files
committed
eth/tracers: fix the api_test with ErrInsufficientFunds to ErrInsufficientFundsForTransfer
Signed-off-by: wenbiao <[email protected]>
1 parent 6261c6e commit c15b814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/tracers/api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ func TestTracingWithOverrides(t *testing.T) {
471471
Value: (*hexutil.Big)(big.NewInt(1000)),
472472
},
473473
config: &TraceCallConfig{},
474-
expectErr: core.ErrInsufficientFunds,
474+
expectErr: core.ErrInsufficientFundsForTransfer,
475475
},
476476
// Successful simple contract call
477477
//

0 commit comments

Comments
 (0)