MCPcopy Create free account
hub / github.com/ethstorage/es-node / setSyncDone

Method setSyncDone

ethstorage/p2p/protocol/syncclient.go:238–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236}
237
238func (s *SyncClient) setSyncDone() {
239 s.syncDone = true
240 if s.mux != nil {
241 s.mux.Send(EthStorageSyncDone{DoneType: AllShardDone})
242 }
243 s.lg.Info("Sync done")
244}
245
246func (s *SyncClient) loadSyncStatus() {
247 var progress SyncProgress

Callers 1

cleanTasksMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected