[bisq-network/bisq] Obtain minimumFee from mempool api in place of hardcoded value (#5235)

jmacxx notifications at github.com
Thu Feb 25 18:10:47 CET 2021


@jmacxx commented on this pull request.



> @@ -907,7 +911,7 @@ public boolean getPayFeeInBtc() {
 
     public long getWithdrawalTxFeeInVbytes() {
         return Math.max(prefPayload.getWithdrawalTxFeeInVbytes(),
-                Config.baseCurrencyNetwork().getDefaultMinFeePerVbyte());

We still use `BaseCurrencyNetwork.getDefaultMinFeePerVbyte()` in the following cases: (a) when Bisq has started up before the first API call to PriceNode completes, (b) if the PriceNode is unreachable, and (c) if PriceNode does not provide the new field in the JSON.

-- 
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/5235#discussion_r583012166
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210225/7a36339d/attachment-0001.htm>


More information about the bisq-github mailing list