mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
Merge pull request #250 from maticnetwork/shivam/newCLI-syncmode
Changed syncmode from fast to full
This commit is contained in:
commit
b633382707
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ func DefaultConfig() *Config {
|
|||
URL: "http://localhost:1317",
|
||||
Without: false,
|
||||
},
|
||||
SyncMode: "fast",
|
||||
SyncMode: "full",
|
||||
GcMode: "full",
|
||||
Snapshot: true,
|
||||
TxPool: &TxPoolConfig{
|
||||
|
|
|
|||
Loading…
Reference in a new issue