add version field to message type

This commit is contained in:
Jeromy
2020-04-28 19:12:52 -04:00
committed by Aayush Rajasekaran
parent 41d925ab8a
commit eb4f4675a5
4 changed files with 49 additions and 5 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"
)