Fancy math to update nonces on precommit revert

This commit is contained in:
Łukasz Magiera 2019-12-08 16:59:25 +01:00
parent 55c1432347
commit 1766987be5

View File

@ -155,6 +155,8 @@ func (m *Miner) handlePreCommitted(ctx context.Context, sector SectorInfo) *sect
}
})
updateNonce++
return nil
}, func(ctx context.Context, ts *types.TipSet) error {
log.Warn("revert in interactive commit sector step")