mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-03 18:43:46 +00:00
fix : TestConfigLegacy
This commit is contained in:
parent
324187776a
commit
057f50eb6c
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ func TestConfigLegacy(t *testing.T) {
|
|||
NoLocals: false,
|
||||
Journal: "",
|
||||
Rejournal: 1 * time.Hour,
|
||||
PriceLimit: 30000000000,
|
||||
PriceLimit: 1,
|
||||
PriceBump: 10,
|
||||
AccountSlots: 16,
|
||||
GlobalSlots: 32768,
|
||||
|
|
|
|||
Loading…
Reference in a new issue