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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4366#discussion_r469897385">apitest/src/main/java/bisq/apitest/linux/BitcoinDaemon.java</a>:</p>
<pre style='color:#555'>> @@ -55,6 +55,7 @@ public void start() throws InterruptedException, IOException {
                 + " -txindex=1"
                 + " -peerbloomfilters=1"
                 + " -debug=net"
+                + " -fallbackfee=0.0002"
</pre>
<p>This change seems to change the behaviour of bitcoind in mainnet mode. Before 0.20.0 bitcoind had different default <code>fallbackfee</code>s for mainnet and test modes (0 and 0.0002 respectively), which was then fixed by setting the defaults to 0 in all cases.</p>
<p>By setting <code>fallbackfee=0.0002</code> we're setting it on all net modes. I can't tell if that's a problem.</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#pullrequestreview-466691939">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNV2Y7K6NQ2UANEVXJTSAPINPANCNFSM4OV5LEEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNR5DP7XURECAKEPXELSAPINPA5CNFSM4OV5LEE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODPISOYY.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#pullrequestreview-466691939",
"url": "https://github.com/bisq-network/bisq/pull/4366#pullrequestreview-466691939",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>