Mint the genesis block.
()
| 273 | * Mint the genesis block. |
| 274 | */ |
| 275 | public void genesisBlock() { |
| 276 | Block genesis = this.consensusAlgo.genesisBlock(); |
| 277 | this.receiveBlock(genesis); |
| 278 | } |
| 279 | |
| 280 | /** |
| 281 | * Adds a new block to the to chain. If node was minting that task instance is abandoned, and |
no test coverage detected