mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Call onNoSeedNodeAvailable on mailboxMessageService at onNoSeedNodeAvailable
This commit is contained in:
parent
9ad77e8900
commit
78f59b6553
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ public class P2PService implements SetupListener, MessageListener, ConnectionLis
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onNoSeedNodeAvailable() {
|
public void onNoSeedNodeAvailable() {
|
||||||
|
mailboxMessageService.onNoSeedNodeAvailable();
|
||||||
p2pServiceListeners.forEach(P2PServiceListener::onNoSeedNodeAvailable);
|
p2pServiceListeners.forEach(P2PServiceListener::onNoSeedNodeAvailable);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue