mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
Changed syncmode from fast to full
This commit is contained in:
parent
d3010f49bd
commit
cf900a96a7
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