mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-03 18:56:59 +01:00
Use AppSetupWithP2PAndDAO instead iof AppSetupWithP2P
This commit is contained in:
parent
a677a5b1a2
commit
a9466375f6
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
package bisq.statistics;
|
||||
|
||||
import bisq.core.app.misc.AppSetup;
|
||||
import bisq.core.app.misc.AppSetupWithP2P;
|
||||
import bisq.core.app.misc.AppSetupWithP2PAndDAO;
|
||||
import bisq.core.offer.OfferBookService;
|
||||
import bisq.core.provider.price.PriceFeedService;
|
||||
import bisq.core.trade.statistics.TradeStatisticsManager;
|
||||
|
@ -65,7 +65,7 @@ public class Statistics {
|
|||
}
|
||||
});
|
||||
|
||||
appSetup = injector.getInstance(AppSetupWithP2P.class);
|
||||
appSetup = injector.getInstance(AppSetupWithP2PAndDAO.class);
|
||||
appSetup.start();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue