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
@@ -22,9 +22,9 @@ import (
"github.com/libp2p/go-libp2p-core/peer"
"go.uber.org/fx"
"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/store"
"github.com/filecoin-project/lotus/chain/types"