Erik Grinaker
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
config/config.go
|
|
@ -734,6 +734,8 @@ func (cfg *FastSyncConfig) ValidateBasic() error { |
|
|
|
return nil |
|
|
|
case "v1": |
|
|
|
return nil |
|
|
|
case "v2": |
|
|
|
return nil |
|
|
|
default: |
|
|
|
return fmt.Errorf("unknown fastsync version %s", cfg.Version) |
|
|
|
} |
|
|
|