Przeglądaj źródła

cmd/util: lowered default gas price

Jeffrey Wilcke 10 lat temu
rodzic
commit
ba15f9d282
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      cmd/utils/flags.go

+ 1 - 1
cmd/utils/flags.go

@@ -154,7 +154,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{