refactor(address): use extracted address library

Switch to using extracted address library
This commit is contained in:
hannahhoward
2020-01-07 14:53:27 +01:00
committed by Łukasz Magiera
parent f6b96480d1
commit 8418464d91
111 changed files with 114 additions and 1242 deletions
+1 -1
View File
@@ -19,9 +19,9 @@ import (
"go.uber.org/fx"
"golang.org/x/xerrors"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/lotus/chain/deals"
"github.com/filecoin-project/lotus/chain/gen"
"github.com/filecoin-project/lotus/datatransfer"
+1 -1
View File
@@ -19,7 +19,7 @@ import (
"github.com/mitchellh/go-homedir"
"golang.org/x/xerrors"
"github.com/filecoin-project/lotus/chain/address"
"github.com/filecoin-project/go-address"
"github.com/filecoin-project/lotus/chain/gen"
"github.com/filecoin-project/lotus/chain/types"
"github.com/filecoin-project/lotus/chain/wallet"