Merge pull request #250 from maticnetwork/shivam/newCLI-syncmode

Changed syncmode from fast to full
This commit is contained in:
SHIVAM SHARMA 2021-12-03 11:48:32 +05:30 committed by GitHub
commit b633382707
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -393,7 +393,7 @@ func DefaultConfig() *Config {
URL: "http://localhost:1317",
Without: false,
},
SyncMode: "fast",
SyncMode: "full",
GcMode: "full",
Snapshot: true,
TxPool: &TxPoolConfig{