Regen cbor marshalers

This commit is contained in:
Łukasz Magiera
2020-02-28 00:34:48 +01:00
parent d8dda1ee66
commit f83bbc2cbe
6 changed files with 460 additions and 49 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"io"
"github.com/filecoin-project/specs-actors/actors/abi"
cid "github.com/ipfs/go-cid"
"github.com/ipfs/go-cid"
cbg "github.com/whyrusleeping/cbor-gen"
xerrors "golang.org/x/xerrors"
)