TestFastSyncConfig returns a default configuration for the state sync service
()
| 826 | |
| 827 | // TestFastSyncConfig returns a default configuration for the state sync service |
| 828 | func TestStateSyncConfig() *StateSyncConfig { |
| 829 | return DefaultStateSyncConfig() |
| 830 | } |
| 831 | |
| 832 | // ValidateBasic performs basic validation. |
| 833 | func (cfg *StateSyncConfig) ValidateBasic() error { |
no test coverage detected