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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4090#discussion_r398534082">desktop/src/main/java/bisq/desktop/main/dao/governance/proposals/ProposalsView.java</a>:</p>
<pre style='color:#555'>> @@ -554,6 +555,7 @@ private void updateViews() {
                 if (optionalMyVote.isPresent()) {
                     MyVote myVote = optionalMyVote.get();
                     Coin stake = Coin.valueOf(myVote.getBlindVote().getStake());
+                    stakeInputTextField.setValidator(new InputValidator());
</pre>
<p>Shouldn't this be set at line 676 instead of</p>
<pre><code>        stakeInputTextField.setValidator(new BsqValidator(bsqFormatter));
</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/4090#pullrequestreview-381960721">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNWVXP5HP5HO6763NQTRJNDJFANCNFSM4LRX3ESA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNR32RVZ3MHM6NZ73R3RJNDJFA5CNFSM4LRX3ESKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOC3CEEEI.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/4090#pullrequestreview-381960721",
"url": "https://github.com/bisq-network/bisq/pull/4090#pullrequestreview-381960721",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>