mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
Modify max price
This commit is contained in:
parent
86a7f9ee81
commit
395e938389
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue