[bisq-network/bisq] Fix the PriceNode lower bounds for MinFee (#5489)

jmacxx notifications at github.com
Wed May 12 05:13:06 CEST 2021


PriceNode caps the MinFee and the TxFee both to a minimum of 10.  The MinFee cap should be 2, which corresponds to the smallest allowable custom withdrawal fee.

Fixes #5486 


You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/5489

-- Commit Summary --

  * Differentiate PriceNode minFee/txFee limits (2 and 10)

-- File Changes --

    M pricenode/src/main/java/bisq/price/mining/FeeRateProvider.java (3)
    M pricenode/src/main/java/bisq/price/mining/FeeRateService.java (8)
    M pricenode/src/main/java/bisq/price/mining/providers/MempoolFeeRateProvider.java (8)
    M pricenode/src/test/java/bisq/price/mining/FeeRateServiceTest.java (14)
    M pricenode/src/test/java/bisq/price/mining/providers/MempoolFeeRateProviderTest.java (4)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/5489.patch
https://github.com/bisq-network/bisq/pull/5489.diff

-- 
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/5489
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210511/394ca6ca/attachment.htm>


More information about the bisq-github mailing list