()
| 603 | } |
| 604 | |
| 605 | func (t *testController) NewTestBlockHash() []byte { |
| 606 | blk := t.newTestBlock() |
| 607 | hash, _ := blk.BlockHeader.SetHash() |
| 608 | return hash |
| 609 | } |
| 610 | |
| 611 | func (t *testController) NewTestBlockHash2() []byte { |
| 612 | blk := t.newTestBlock2() |
no test coverage detected