Change api.SectorState to a string

This commit is contained in:
Łukasz Magiera
2020-04-03 18:29:31 +02:00
parent 847bdb203a
commit a1b35aa9d5
9 changed files with 49 additions and 99 deletions
+1 -1
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"
)