Skip to content

Commit d2c9b42

Browse files
committed
Update to specs v0.9.6
1 parent 7f7ff49 commit d2c9b42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zerocomm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"math/bits"
55

66
commcid "github.com/filecoin-project/go-fil-commcid"
7-
"github.com/filecoin-project/specs-actors/actors/abi"
7+
"github.com/filecoin-project/go-state-types/abi"
88
"github.com/ipfs/go-cid"
99
)
1010

zerocomm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"testing"
88

99
commcid "github.com/filecoin-project/go-fil-commcid"
10-
abi "github.com/filecoin-project/specs-actors/actors/abi"
10+
abi "github.com/filecoin-project/go-state-types/abi"
1111
"github.com/ipfs/go-cid"
1212

1313
"github.com/filecoin-project/lotus/extern/sector-storage/ffiwrapper"

0 commit comments

Comments
 (0)