diff --git a/eth/gasprice/gasprice.go b/eth/gasprice/gasprice.go index a676bd593d..46b1cf2b0b 100644 --- a/eth/gasprice/gasprice.go +++ b/eth/gasprice/gasprice.go @@ -28,7 +28,7 @@ import ( "github.com/EthereumCommonwealth/go-callisto/rpc" ) -var maxPrice = big.NewInt(1800 * params.Shannon) +var maxPrice = big.NewInt(6000 * params.Shannon) type Config struct { Blocks int