(height uint32)
| 191 | } |
| 192 | |
| 193 | func (self *Ledger) GetEventNotifyByBlock(height uint32) ([]*event.ExecuteNotify, error) { |
| 194 | return self.ldgStore.GetEventNotifyByBlock(height) |
| 195 | } |
| 196 | |
| 197 | func (self *Ledger) Close() error { |
| 198 | return self.ldgStore.Close() |
nothing calls this directly
no test coverage detected