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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4421#discussion_r475246066">core/src/main/java/bisq/core/user/PreferencesPayload.java</a>:</p>
<pre style='color:#555'>> @@ -279,6 +280,6 @@ public static PreferencesPayload fromProto(protobuf.PreferencesPayload proto, Co
                 proto.getBuyerSecurityDepositAsPercentForCrypto(),
                 proto.getBlockNotifyPort(),
                 proto.getTacAcceptedV120(),
-                proto.getAutoConfirmXmr());
+                AutoConfirmSettings.fromProto(userAutoConfirmSettings));
</pre>
<p>The check for null settings is handled by protobuf boilerplate code.  It creates a default instance of the settings object.</p>
<pre><code>  return autoConfirmSettings_ == null ? protobuf.AutoConfirmSettings.getDefaultInstance() : autoConfirmSettings_;
</code></pre>

<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/4421#discussion_r475246066">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNQDIPGFPZMTQD7IZWTSCFISZANCNFSM4QGSBOGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNS7TW6NNRTTYLQJRU3SCFISZA5CNFSM4QGSBOG2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODQY52JA.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/4421#discussion_r475246066",
"url": "https://github.com/bisq-network/bisq/pull/4421#discussion_r475246066",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>