good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 874cd5dc authored by Alex Sharov's avatar Alex Sharov Committed by GitHub
Browse files

bsc: disable snap sync (#3955)

parent 87421417
No related branches found
No related tags found
Loading
......@@ -301,8 +301,10 @@ func SyncModeByChainName(chain, syncCliFlag string) SyncMode {
return SnapSync
}
switch chain {
case networkname.MainnetChainName, networkname.BSCChainName, networkname.GoerliChainName:
case networkname.MainnetChainName, networkname.GoerliChainName:
return SnapSync
case networkname.BSCChainName:
return FastSync
default:
return FastSync
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment