mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Add check isWasTruncated
This commit is contained in:
parent
5a7714786c
commit
42e8e511da
@ -515,9 +515,8 @@ public class P2PDataStorage implements MessageListener, ConnectionListener, Pers
|
||||
// trade stats stats and all account age witness data.
|
||||
|
||||
// We only apply it once from first response
|
||||
if (!initialRequestApplied) {
|
||||
if (!initialRequestApplied || getDataResponse.isWasTruncated()) {
|
||||
addPersistableNetworkPayloadFromInitialRequest(e);
|
||||
|
||||
}
|
||||
} else {
|
||||
// We don't broadcast here as we are only connected to the seed node and would be pointless
|
||||
|
Loading…
Reference in New Issue
Block a user