cmd/util: lowered default gas price

pull/1509/head
Jeffrey Wilcke 9 years ago
parent eaed7584f1
commit 16a3a4303f
  1. 2
      cmd/utils/flags.go

@ -149,7 +149,7 @@ var (
GasPriceFlag = cli.StringFlag{
Name: "gasprice",
Usage: "Sets the minimal gasprice when mining transactions",
Value: new(big.Int).Mul(big.NewInt(1), common.Szabo).String(),
Value: new(big.Int).Mul(big.NewInt(500), common.Shannon).String(),
}
UnlockedAccountFlag = cli.StringFlag{

Loading…
Cancel
Save