mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-01 17:43:45 +00:00
chg : txpool.pricelimit to 1
This commit is contained in:
parent
f574c4a3c6
commit
324187776a
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ func DefaultConfig() *Config {
|
|||
NoLocals: false,
|
||||
Journal: "",
|
||||
Rejournal: 1 * time.Hour,
|
||||
PriceLimit: 30000000000,
|
||||
PriceLimit: 1,
|
||||
PriceBump: 10,
|
||||
AccountSlots: 16,
|
||||
GlobalSlots: 32768,
|
||||
|
|
|
|||
Loading…
Reference in a new issue