Commit d4428cc7 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke

Merge pull request #1523 from obscuren/lower-gasprice

cmd/util: lowered default gas price
parents 6cffa743 ba15f9d2
......@@ -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{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment