Make ppe == 0 error less scary

This commit is contained in:
Łukasz Magiera 2019-11-22 17:15:33 +01:00
parent 4815dd619e
commit a33462b01a

View File

@ -31,7 +31,7 @@ func (m *Miner) beginPosting(ctx context.Context) {
} }
if ppe == 0 { if ppe == 0 {
log.Errorf("Proving period end == 0") log.Warn("Not proving yet")
return return
} }