MCPcopy Create free account
hub / github.com/DNAProject/DNA / BlockSyncReq

Struct BlockSyncReq

consensus/vbft/node_sync.go:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type BlockSyncReq struct {
41 targetPeers []uint32
42 startBlockNum uint32
43 targetBlockNum uint32 // targetBlockNum == 0, as one cancel syncing request
44}
45
46type PeerSyncer struct {
47 lock sync.Mutex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected