mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Update p2p/src/main/java/bisq/network/p2p/storage/P2PDataStorage.java
Co-authored-by: sqrrm <sqrrm@users.noreply.github.com>
This commit is contained in:
parent
611bcef461
commit
e9c57b1a4b
@ -285,11 +285,10 @@ public class P2PDataStorage implements MessageListener, ConnectionListener, Pers
|
||||
// As we add the version to our request we only use the live data. Eventually missing data will be
|
||||
// derived from the version.
|
||||
serviceMap = historicalDataStoreService.getMapOfLiveData();
|
||||
map.putAll(serviceMap);
|
||||
} else {
|
||||
serviceMap = service.getMap();
|
||||
map.putAll(serviceMap);
|
||||
}
|
||||
map.putAll(serviceMap);
|
||||
log.info("We added {} entries from {} to the excluded key set of our request",
|
||||
serviceMap.size(), service.getClass().getSimpleName());
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user