BlockInfo is used for saving block information in cache
| 218 | |
| 219 | //BlockInfo is used for saving block information in cache |
| 220 | type BlockInfo struct { |
| 221 | nodeID uint64 |
| 222 | block *types.Block |
| 223 | merkleRoot common.Uint256 |
| 224 | } |
| 225 | |
| 226 | //BlockSyncMgr is the manager class to deal with block sync |
| 227 | type BlockSyncMgr struct { |
nothing calls this directly
no outgoing calls
no test coverage detected