[bisq-network/bisq] Allow default fee values in leniency check (#5365)

jmacxx notifications at github.com
Sat Mar 27 22:00:29 CET 2021


Increased leniency for default fee rates.  Related to #5347
Added test to TxValidatorTest.java

Before:
 
    BTC fee: 441000
    UNDERPAID. Expected BTC fee: 1029000 sats , actual fee paid: 441000 sats
    Taker tx validation : FAIL

After:

    BTC fee: 441000
    Leniency rule: the fee matches a different DAO parameter Expected BTC fee: 1029000 sats , actual fee paid: 441000 sats
    Taker tx validation : SUCCESS



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

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

-- Commit Summary --

  * allow default fee values in leniency check

-- File Changes --

    M core/src/main/java/bisq/core/provider/mempool/TxValidator.java (4)
    M core/src/test/java/bisq/core/provider/mempool/TxValidatorTest.java (16)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/5365.patch
https://github.com/bisq-network/bisq/pull/5365.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/5365
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210327/481ae3fe/attachment.htm>


More information about the bisq-github mailing list