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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4366#discussion_r470112367">apitest/src/test/java/bisq/apitest/method/BitcoinCliHelper.java</a>:</p>
<pre style='color:#555'>> @@ -40,9 +39,12 @@ public BitcoinCliHelper(ApiTestConfig config) {
 
     public String getNewBtcAddress() {
         try {
-            String newAddress = new BitcoinCli(config, "getnewaddress").run().getOutput();
-            assertNotNull(newAddress);
-            return newAddress;
+            BitcoinCli newAddress = new BitcoinCli(config, "getnewaddress").run();
+
+            if (newAddress.isError())
+                fail(format("Could generate new bitcoin address:%n%s", newAddress.getErrorMessage()));
</pre>
<p>Oops.  Fixed in commit <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/bisq-network/bisq/commit/9637cc09437c9aef8c90d3eeea01b296f1f91ddc/hovercard" href="https://github.com/bisq-network/bisq/commit/9637cc09437c9aef8c90d3eeea01b296f1f91ddc"><tt>9637cc0</tt></a>.</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/4366#discussion_r470112367">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNRP3KFVESIYCLNM6VLSAQOHLANCNFSM4OV5LEEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNTMHPB5HPXJTUP6YPLSAQOHLA5CNFSM4OV5LEE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODPKYFOA.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/4366#discussion_r470112367",
"url": "https://github.com/bisq-network/bisq/pull/4366#discussion_r470112367",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>