| 32 | ) |
| 33 | |
| 34 | type Block struct { |
| 35 | Block *types.Block |
| 36 | EmptyBlock *types.Block |
| 37 | Info *vconfig.VbftBlockInfo |
| 38 | PrevBlockMerkleRoot common.Uint256 |
| 39 | } |
| 40 | |
| 41 | func (blk *Block) getProposer() uint32 { |
| 42 | return blk.Info.Proposer |
nothing calls this directly
no outgoing calls
no test coverage detected