| 272 | } |
| 273 | |
| 274 | type ramLedger struct { |
| 275 | ledger map[uint64]*ledger.BlockAndPvtData |
| 276 | sync.RWMutex |
| 277 | } |
| 278 | |
| 279 | func (mock *ramLedger) GetMissingPvtDataTracker() (ledger.MissingPvtDataTracker, error) { |
| 280 | panic("implement me") |
nothing calls this directly
no outgoing calls
no test coverage detected