set new MinGasPrice in function makeConfigNode

This commit is contained in:
Daniel Liu 2023-07-17 18:13:53 +08:00
parent 3764cb3d84
commit 72c51e2bc9

View file

@ -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{}