()
| 136 | } |
| 137 | |
| 138 | func (self *Ledger) GetCurrentHeaderHash() common.Uint256 { |
| 139 | return self.ldgStore.GetCurrentHeaderHash() |
| 140 | } |
| 141 | |
| 142 | func (self *Ledger) IsContainTransaction(txHash common.Uint256) (bool, error) { |
| 143 | return self.ldgStore.IsContainTransaction(txHash) |
nothing calls this directly
no test coverage detected