Skip to content

Commit

Permalink
consume address package from go-shared-types (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
laser authored Dec 18, 2019
1 parent fbd5b64 commit fc13d64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sectorbuilder/mock.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package sectorbuilder

import (
"github.com/filecoin-project/lotus/extractabletypes/address"
"github.com/filecoin-project/go-shared-types/pkg/address"
"github.com/ipfs/go-datastore"
)

Expand Down
2 changes: 1 addition & 1 deletion sectorbuilder/sectorbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"golang.org/x/xerrors"

"github.com/filecoin-project/lotus/extractabletypes"
"github.com/filecoin-project/lotus/extractabletypes/address"
"github.com/filecoin-project/go-shared-types/pkg/address"
)

const PoStReservedWorkers = 1
Expand Down
2 changes: 1 addition & 1 deletion sectorbuilder/simple.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"go.opencensus.io/trace"

"github.com/filecoin-project/lotus/extractabletypes"
"github.com/filecoin-project/lotus/extractabletypes/address"
"github.com/filecoin-project/go-shared-types/pkg/address"
)

func (sb *SectorBuilder) SectorSize() uint64 {
Expand Down

0 comments on commit fc13d64

Please sign in to comment.