mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Refactor: Rename onBootstrapComplete to onBootstrapped
This commit is contained in:
parent
c6868f1bed
commit
45e4aaa24d
@ -319,7 +319,7 @@ public class P2PService implements SetupListener, MessageListener, ConnectionLis
|
||||
if (!isBootstrapped) {
|
||||
isBootstrapped = true;
|
||||
|
||||
p2PDataStorage.onBootstrapComplete();
|
||||
p2PDataStorage.onBootstrapped();
|
||||
|
||||
// We don't use a listener at mailboxMessageService as we require the correct
|
||||
// order of execution. The p2pServiceListeners must be called after
|
||||
|
@ -561,7 +561,7 @@ public class P2PDataStorage implements MessageListener, ConnectionListener, Pers
|
||||
}
|
||||
}
|
||||
|
||||
public void onBootstrapComplete() {
|
||||
public void onBootstrapped() {
|
||||
removeExpiredEntriesTimer = UserThread.runPeriodically(this::removeExpiredEntries, CHECK_TTL_INTERVAL_SEC);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user