deals: use GetWorkerAddr

This commit is contained in:
Łukasz Magiera
2019-08-13 01:54:53 +02:00
parent 3c8ca25764
commit 9733e1f011
3 changed files with 24 additions and 17 deletions
+1 -1
View File
@@ -181,7 +181,6 @@ func Online() Option {
libp2p(),
// common
Override(new(*wallet.Wallet), wallet.NewWallet),
// Full node
@@ -191,6 +190,7 @@ func Online() Option {
Override(HandleIncomingMessagesKey, modules.HandleIncomingMessages),
Override(new(*store.ChainStore), modules.ChainStore),
Override(new(*wallet.Wallet), wallet.NewWallet),
Override(new(dtypes.ChainGCLocker), blockstore.NewGCLocker),
Override(new(dtypes.ChainGCBlockstore), modules.ChainGCBlockstore),