diff --git a/cmd/XDC/config.go b/cmd/XDC/config.go index 4dad8306ae..948e59f417 100644 --- a/cmd/XDC/config.go +++ b/cmd/XDC/config.go @@ -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{}