working towards a working genesis generator

This commit is contained in:
whyrusleeping 2020-02-17 23:15:30 -08:00
parent 175b0e88a3
commit b82d26aee7

View File

@ -187,7 +187,7 @@ func (m *Sealing) handleCommitting(ctx statemachine.Context, sector SectorInfo)
params := &miner.ProveCommitSectorParams{
SectorNumber: sector.SectorID,
Proof: abi.SealProof{ProofBytes: proof},
Proof: proof,
}
enc, aerr := actors.SerializeParams(params)