<p><b>@ripcurlx</b> requested changes on this pull request.</p>

<p>NACK - Please see my comments</p><hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3575#discussion_r345870669">desktop/src/main/java/bisq/desktop/components/paymentmethods/ClearXchangeForm.java</a>:</p>
<pre style='color:#555'>> @@ -87,7 +87,7 @@ public void addFormForAddAccount() {
 
     @Override
     protected void autoFillNameTextField() {
-        setAccountNameWithString(mobileNrInputTextField.getText());
+        setAccountNameWithString(mobileNrInputTextField.getText().trim());
</pre>
<p>That is not necessary anymore as your other PR got merged already.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3575#discussion_r345871262">desktop/src/main/java/bisq/desktop/components/paymentmethods/MoneyBeamForm.java</a>:</p>
<pre style='color:#555'>> @@ -75,7 +75,7 @@ public void addFormForAddAccount() {
 
     @Override
     protected void autoFillNameTextField() {
-        setAccountNameWithString(accountIdInputTextField.getText());
+        setAccountNameWithString(accountIdInputTextField.getText().trim());
</pre>
<p>That is not necessary anymore as your other PR got merged already.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3575#discussion_r345871316">desktop/src/main/java/bisq/desktop/components/paymentmethods/PopmoneyForm.java</a>:</p>
<pre style='color:#555'>> @@ -85,7 +85,7 @@ public void addFormForAddAccount() {
 
     @Override
     protected void autoFillNameTextField() {
-        setAccountNameWithString(accountIdInputTextField.getText());
+        setAccountNameWithString(accountIdInputTextField.getText().trim());
</pre>
<p>That is not necessary anymore as your other PR got merged already.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3575#discussion_r345871376">desktop/src/main/java/bisq/desktop/components/paymentmethods/RevolutForm.java</a>:</p>
<pre style='color:#555'>> @@ -102,7 +102,7 @@ private void addCurrenciesGrid(boolean isEditable) {
 
     @Override
     protected void autoFillNameTextField() {
-        setAccountNameWithString(accountIdInputTextField.getText());
+        setAccountNameWithString(accountIdInputTextField.getText().trim());
</pre>
<p>That is not necessary anymore as your other PR got merged already.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3575#discussion_r345871436">desktop/src/main/java/bisq/desktop/components/paymentmethods/UpholdForm.java</a>:</p>
<pre style='color:#555'>> @@ -92,7 +92,7 @@ private void addCurrenciesGrid(boolean isEditable) {
 
     @Override
     protected void autoFillNameTextField() {
-        setAccountNameWithString(accountIdInputTextField.getText());
+        setAccountNameWithString(accountIdInputTextField.getText().trim());
</pre>
<p>That is not necessary anymore as your other PR got merged already.</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/3575?email_source=notifications&email_token=AJFFTNTK4URB2PBFGGJEZSLQTQVMBA5CNFSM4JKFXM4KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLN3TTA#pullrequestreview-316389836">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNSVXPSDP7LFY2ZWHFDQTQVMBANCNFSM4JKFXM4A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNQSSJ43JSSLUVOEMCTQTQVMBA5CNFSM4JKFXM4KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLN3TTA.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/3575?email_source=notifications\u0026email_token=AJFFTNTK4URB2PBFGGJEZSLQTQVMBA5CNFSM4JKFXM4KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLN3TTA#pullrequestreview-316389836",
"url": "https://github.com/bisq-network/bisq/pull/3575?email_source=notifications\u0026email_token=AJFFTNTK4URB2PBFGGJEZSLQTQVMBA5CNFSM4JKFXM4KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCLN3TTA#pullrequestreview-316389836",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>