sectors: Correctly set CommitMessage
This commit is contained in:
parent
e06c19b51c
commit
2fea9433d8
@ -142,6 +142,7 @@ func (m *Miner) plan(events []evtsm.Event, state *SectorInfo) (func(evtsm.Contex
|
|||||||
state.State = api.SealFailed
|
state.State = api.SealFailed
|
||||||
case SectorCommitted:
|
case SectorCommitted:
|
||||||
state.Proof = event.proof
|
state.Proof = event.proof
|
||||||
|
state.CommitMessage = &event.message
|
||||||
state.State = api.CommitWait
|
state.State = api.CommitWait
|
||||||
case SectorProving:
|
case SectorProving:
|
||||||
state.State = api.Proving
|
state.State = api.Proving
|
||||||
|
Loading…
Reference in New Issue
Block a user