| 30 | ) |
| 31 | |
| 32 | type Block struct { |
| 33 | Blk *types.Block |
| 34 | MerkleRoot common.Uint256 |
| 35 | } |
| 36 | |
| 37 | //Serialize message payload |
| 38 | func (this *Block) Serialization(sink *common.ZeroCopySink) { |
nothing calls this directly
no outgoing calls
no test coverage detected