()
| 500 | } |
| 501 | |
| 502 | func (this *BlockStore) getVersionKey() []byte { |
| 503 | return []byte{byte(scom.SYS_VERSION)} |
| 504 | } |
| 505 | |
| 506 | func (this *BlockStore) getHeaderIndexListKey(startHeight uint32) []byte { |
| 507 | sink := common.NewZeroCopySink(nil) |
no outgoing calls
no test coverage detected