(blockHash common.Uint256)
| 144 | } |
| 145 | |
| 146 | func (self *Ledger) IsContainBlock(blockHash common.Uint256) (bool, error) { |
| 147 | return self.ldgStore.IsContainBlock(blockHash) |
| 148 | } |
| 149 | |
| 150 | func (self *Ledger) GetCurrentStateRoot() (common.Uint256, error) { |
| 151 | return common.Uint256{}, nil |
nothing calls this directly
no test coverage detected