()
| 51 | } |
| 52 | |
| 53 | func GenBestBlockHeaderKey() *pool.ByteBuffer { |
| 54 | key := keyPool.Get() |
| 55 | key.WriteByte(byte(SYS_BEST_BLOCK_HEADER)) |
| 56 | return key |
| 57 | } |
| 58 | |
| 59 | func GenDataTransactionKey(hash common.Uint256) *pool.ByteBuffer { |
| 60 | key := keyPool.Get() |
no test coverage detected