chg : txpool.pricelimit to 1

This commit is contained in:
Shivam Sharma 2022-08-23 18:35:24 +05:30
parent f574c4a3c6
commit 324187776a

View file

@ -425,7 +425,7 @@ func DefaultConfig() *Config {
NoLocals: false, NoLocals: false,
Journal: "", Journal: "",
Rejournal: 1 * time.Hour, Rejournal: 1 * time.Hour,
PriceLimit: 30000000000, PriceLimit: 1,
PriceBump: 10, PriceBump: 10,
AccountSlots: 16, AccountSlots: 16,
GlobalSlots: 32768, GlobalSlots: 32768,