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

Struct BlockMsgFromPeer

consensus/vbft/node_sync.go:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62type BlockMsgFromPeer struct {
63 fromPeer uint32
64 block *Block
65}
66
67type BlockFromPeers map[uint32]*Block // index by peerId
68

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected