Generate zero CommP table
This commit is contained in:
parent
65b91a95d2
commit
da236a26fc
@ -90,7 +90,7 @@ func (m *Sealing) pledgeSector(ctx context.Context, sectorID abi.SectorNumber, e
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
if r.Receipt.ExitCode != 0 {
|
if r.Receipt.ExitCode != 0 {
|
||||||
log.Error(xerrors.Errorf("publishing deal failed: exit %d", r.Receipt.ExitCode))
|
log.Error(xerrors.Errorf("publishing deal (ts %s) %s failed: exit %d", r.TipSet.Key(), smsg.Cid(), r.Receipt.ExitCode))
|
||||||
}
|
}
|
||||||
var resp actors.PublishStorageDealResponse
|
var resp actors.PublishStorageDealResponse
|
||||||
if err := resp.UnmarshalCBOR(bytes.NewReader(r.Receipt.Return)); err != nil {
|
if err := resp.UnmarshalCBOR(bytes.NewReader(r.Receipt.Return)); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user