[bisq-network/bisq] Only use InputValidation when formatting voting stake (#4090)

sqrrm notifications at github.com
Thu Mar 26 12:31:14 UTC 2020


@sqrrm commented on this pull request.



> @@ -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());

Shouldn't this be set at line 676 instead of
```
        stakeInputTextField.setValidator(new BsqValidator(bsqFormatter));
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4090#pullrequestreview-381960721
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200326/814278b4/attachment.html>


More information about the bisq-github mailing list