Make ppe == 0 error less scary
This commit is contained in:
parent
4815dd619e
commit
a33462b01a
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user