flush move log when cold collection is done

This commit is contained in:
vyzo
2021-07-04 18:38:28 +03:00
parent fc247e4223
commit fce7b8dc9b
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -43,6 +43,14 @@ func (d *debugLog) LogMove(curTs *types.TipSet, cid cid.Cid, writeEpoch abi.Chai
// TODO
}
func (d *debugLog) FlushMove() {
if d == nil {
return
}
// TODO
}
func (d *debugLog) Close() error {
if d == nil {
return nil