dogecoin/src/policy
Patrick Lodder 6173ca37cd
Remove dustRelayFee as it is no longer used
DustRelayFee (-dustrelayfee) was used sporadically throughout the
code, even though it had been disabled for dust determination, but
has now completely been removed from all dust and fee related
queries. Therefore, it can be removed from the code.

Moves the warning from DUST_RELAY_TX_FEE to DEFAULT_HARD_DUST_LIMIT
as it is very relevant for the latter, but never was relevant for
the former as it was disabled for us.
2021-10-10 22:07:12 +02:00
..
fees.cpp Fix edge case with stale fee estimates 2017-01-04 12:10:18 -05:00
fees.h Add extra logging to processBlock in fee estimation. 2017-01-04 12:10:18 -05:00
policy.cpp Remove dustRelayFee as it is no longer used 2021-10-10 22:07:12 +02:00
policy.h Remove dustRelayFee as it is no longer used 2021-10-10 22:07:12 +02:00
rbf.cpp [copyright] copyright header style uniform 2016-11-06 10:12:50 -07:00
rbf.h [copyright] copyright header style uniform 2016-11-06 10:12:50 -07:00