update and rerun cbor gen

This commit is contained in:
Jeromy
2020-03-21 14:17:01 -07:00
parent 21255eddee
commit f3781e8329
8 changed files with 28 additions and 26 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ import (
"io"
"github.com/filecoin-project/specs-actors/actors/abi"
"github.com/ipfs/go-cid"
cid "github.com/ipfs/go-cid"
cbg "github.com/whyrusleeping/cbor-gen"
xerrors "golang.org/x/xerrors"
)
@@ -133,7 +133,7 @@ func (t *HelloMessage) UnmarshalCBOR(r io.Reader) error {
{
if err := t.HeaviestTipSetWeight.UnmarshalCBOR(br); err != nil {
return err
return xerrors.Errorf("unmarshaling t.HeaviestTipSetWeight: %w", err)
}
}