mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-24 04:27:16 +00:00
Update eth_call.go
This commit is contained in:
parent
a0df37f508
commit
2d1d71153a
@ -3,7 +3,7 @@ package commands
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"fmt"
|
||||
"fm
|
||||
"math/big"
|
||||
|
||||
"github.com/holiman/uint256"
|
||||
@ -271,7 +271,6 @@ func (api *APIImpl) EstimateGas(ctx context.Context, args ethapi.CallArgs, block
|
||||
return 0, result.Err
|
||||
}
|
||||
// Otherwise, the specified gas cap is too low
|
||||
fmt.Println("eth.go")
|
||||
return 0, fmt.Errorf("gas required exceeds allowance (%d)", cap)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user