<p></p>
<p><b>@ghubstan</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4586#discussion_r498518405">p2p/src/main/java/bisq/network/p2p/peers/getdata/messages/PreliminaryGetDataRequest.java</a>:</p>
<pre style='color:#555'>>  
 @Slf4j
 @EqualsAndHashCode(callSuper = true)
 @Value
 public final class PreliminaryGetDataRequest extends GetDataRequest implements AnonymousMessage, SupportedCapabilitiesMessage {
     private final Capabilities supportedCapabilities;
 
-    public PreliminaryGetDataRequest(int nonce,
-                                     @NotNull Set<byte[]> excludedKeys) {
-        this(nonce, excludedKeys, Capabilities.app, Version.getP2PMessageVersion());
+    public PreliminaryGetDataRequest(int nonce, Set<byte[]> excludedKeys) {
+        this(nonce,
+                excludedKeys,
+                Version.VERSION,
+                Capabilities.app,
+                Version.getP2PMessageVersion());
     }
 
</pre>
<p>extra white space</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4586#pullrequestreview-500725788">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNQB3EL7CV2ISM3SS2LSITW3ZANCNFSM4SA4XR5Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNW5VVJ6SKVQ2ISLJULSITW3ZA5CNFSM4SA4XR52YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODXMHQHA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4586#pullrequestreview-500725788",
"url": "https://github.com/bisq-network/bisq/pull/4586#pullrequestreview-500725788",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>