mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 08:53:46 +00:00
resolve merge conflicts
This commit is contained in:
parent
4b6115d9bb
commit
59dccd37c3
1 changed files with 0 additions and 4 deletions
|
|
@ -435,11 +435,7 @@ func DefaultConfig() *Config {
|
||||||
NoLocals: false,
|
NoLocals: false,
|
||||||
Journal: "transactions.rlp",
|
Journal: "transactions.rlp",
|
||||||
Rejournal: 1 * time.Hour,
|
Rejournal: 1 * time.Hour,
|
||||||
<<<<<<< HEAD
|
|
||||||
PriceLimit: 1,
|
|
||||||
=======
|
|
||||||
PriceLimit: 1, // geth's default
|
PriceLimit: 1, // geth's default
|
||||||
>>>>>>> 3e7160997a79c890b1f271b2e1c03a0c2eeeb303
|
|
||||||
PriceBump: 10,
|
PriceBump: 10,
|
||||||
AccountSlots: 16,
|
AccountSlots: 16,
|
||||||
GlobalSlots: 32768,
|
GlobalSlots: 32768,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue