[bisq-network/bisq] Add API test harness for Linux & OSX (#4366)

dmos62 notifications at github.com
Thu Aug 13 11:58:15 UTC 2020


@dmos62 commented on this pull request.



> @@ -55,6 +55,7 @@ public void start() throws InterruptedException, IOException {
                 + " -txindex=1"
                 + " -peerbloomfilters=1"
                 + " -debug=net"
+                + " -fallbackfee=0.0002"

This change seems to change the behaviour of bitcoind in mainnet mode. Before 0.20.0 bitcoind had different default `fallbackfee`s for mainnet and test modes (0 and 0.0002 respectively), which was then fixed by setting the defaults to 0 in all cases.

By setting `fallbackfee=0.0002` we're setting it on all net modes. I can't tell if that's a problem.

-- 
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/4366#pullrequestreview-466691939
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200813/39d460b2/attachment.html>


More information about the bisq-github mailing list