File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ var (
183
183
GasPriceFlag = cli.StringFlag {
184
184
Name : "gasprice" ,
185
185
Usage : "Minimal gas price to accept for mining a transactions" ,
186
- Value : new (big.Int ).Mul (big .NewInt (50 ), common .Shannon ).String (),
186
+ Value : new (big.Int ).Mul (big .NewInt (20 ), common .Shannon ).String (),
187
187
}
188
188
ExtraDataFlag = cli.StringFlag {
189
189
Name : "extradata" ,
@@ -356,7 +356,7 @@ var (
356
356
GpoMinGasPriceFlag = cli.StringFlag {
357
357
Name : "gpomin" ,
358
358
Usage : "Minimum suggested gas price" ,
359
- Value : new (big.Int ).Mul (big .NewInt (50 ), common .Shannon ).String (),
359
+ Value : new (big.Int ).Mul (big .NewInt (20 ), common .Shannon ).String (),
360
360
}
361
361
GpoMaxGasPriceFlag = cli.StringFlag {
362
362
Name : "gpomax" ,
You can’t perform that action at this time.
0 commit comments