Skip to content

Commit

Permalink
eth/tracers: fix the api_test with ErrInsufficientFunds to ErrInsuffi…
Browse files Browse the repository at this point in the history
…cientFundsForTransfer

Signed-off-by: wenbiao <wenbiao.zheng@ambergroup.io>
  • Loading branch information
rigsec committed Nov 26, 2021
1 parent 6261c6e commit c15b814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/tracers/api_test.go
Expand Up @@ -471,7 +471,7 @@ func TestTracingWithOverrides(t *testing.T) {
Value: (*hexutil.Big)(big.NewInt(1000)),
},
config: &TraceCallConfig{},
expectErr: core.ErrInsufficientFunds,
expectErr: core.ErrInsufficientFundsForTransfer,
},
// Successful simple contract call
//
Expand Down

0 comments on commit c15b814

Please sign in to comment.