()
| 48 | func (b *testBlock) HashNoNonce() common.Hash { return b.hashNoNonce } |
| 49 | func (b *testBlock) Nonce() uint64 { return b.nonce } |
| 50 | func (b *testBlock) MixDigest() common.Hash { return b.mixDigest } |
| 51 | func (b *testBlock) NumberU64() uint64 { return b.number } |
| 52 | |
| 53 | var validBlocks = []*testBlock{ |
no outgoing calls
no test coverage detected