Skip to content

Commit

Permalink
Merge pull request ethereum#250 from maticnetwork/shivam/newCLI-syncmode
Browse files Browse the repository at this point in the history
Changed syncmode from fast to full
  • Loading branch information
0xsharma authored Dec 3, 2021
2 parents d3010f4 + cf900a9 commit b633382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/server/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ func DefaultConfig() *Config {
URL: "http://localhost:1317",
Without: false,
},
SyncMode: "fast",
SyncMode: "full",
GcMode: "full",
Snapshot: true,
TxPool: &TxPoolConfig{
Expand Down

0 comments on commit b633382

Please sign in to comment.