mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Fix shutdown persistence issue in Seednode
This commit is contained in:
parent
b6f9231af9
commit
62021e4223
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ import bisq.network.p2p.peers.PeerManager;
|
|||
import bisq.network.p2p.storage.P2PDataStorage;
|
||||
|
||||
import bisq.common.config.Config;
|
||||
import bisq.common.persistence.PersistenceManager;
|
||||
import bisq.common.proto.persistable.PersistedDataHost;
|
||||
|
||||
import javax.inject.Inject;
|
||||
|
@ -182,6 +183,7 @@ public class AppSetupWithP2P extends AppSetup {
|
|||
|
||||
protected void onBasicServicesInitialized() {
|
||||
log.info("onBasicServicesInitialized");
|
||||
PersistenceManager.onAllServicesInitialized();
|
||||
|
||||
p2PService.onAllServicesInitialized();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue