Modify max price

This commit is contained in:
Yohan Graterol 2017-12-26 14:47:17 -05:00
parent 86a7f9ee81
commit 395e938389

View file

@ -28,7 +28,7 @@ import (
"github.com/EthereumCommonwealth/go-callisto/rpc" "github.com/EthereumCommonwealth/go-callisto/rpc"
) )
var maxPrice = big.NewInt(1800 * params.Shannon) var maxPrice = big.NewInt(6000 * params.Shannon)
type Config struct { type Config struct {
Blocks int Blocks int