mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Update GetDataRequestHandler.java
This commit is contained in:
parent
ce43142507
commit
a25aeef9e7
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ public class GetDataRequestHandler {
|
|||
if (connection.getCapabilities().containsAll(((CapabilityRequiringPayload) protectedStoragePayload).getRequiredCapabilities()))
|
||||
doAdd = true;
|
||||
else
|
||||
log.debug("We do not send the message to the peer because he does not support the required capability for that message type.\n" +
|
||||
log.debug("We do not send the message to the peer because they do not support the required capability for that message type.\n" +
|
||||
"storagePayload is: " + Utilities.toTruncatedString(protectedStoragePayload));
|
||||
} else {
|
||||
doAdd = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue