We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7ff49 commit d2c9b42Copy full SHA for d2c9b42
zerocomm.go
@@ -4,7 +4,7 @@ import (
4
"math/bits"
5
6
commcid "github.com/filecoin-project/go-fil-commcid"
7
- "github.com/filecoin-project/specs-actors/actors/abi"
+ "github.com/filecoin-project/go-state-types/abi"
8
"github.com/ipfs/go-cid"
9
)
10
zerocomm_test.go
@@ -7,7 +7,7 @@ import (
"testing"
- abi "github.com/filecoin-project/specs-actors/actors/abi"
+ abi "github.com/filecoin-project/go-state-types/abi"
11
12
13
"github.com/filecoin-project/lotus/extern/sector-storage/ffiwrapper"
0 commit comments