mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
set new MinGasPrice in function makeConfigNode
This commit is contained in:
parent
3764cb3d84
commit
72c51e2bc9
1 changed files with 1 additions and 0 deletions
|
|
@ -185,6 +185,7 @@ func makeConfigNode(ctx *cli.Context) (*node.Node, XDCConfig) {
|
|||
common.MinGasPrice = big.NewInt(gasPrice)
|
||||
}
|
||||
}
|
||||
common.MinGasPrice50x = common.MinGasPrice50x.Mul(common.MinGasPrice, big.NewInt(50))
|
||||
|
||||
// read passwords from environment
|
||||
passwords := []string{}
|
||||
|
|
|
|||
Loading…
Reference in a new issue