Merge pull request #2718 from filecoin-project/schomatis/make-gen

make gen
This commit is contained in:
Łukasz Magiera
2020-07-31 13:54:09 +02:00
committed by GitHub
5 changed files with 88 additions and 57 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"
)