lbrycrd/src/policy
Sjors Provoost 806b0052c3
[wallet] abort when attempting to fund a transaction above maxtxfee
FundTransaction calls GetMinimumFee which, when the fee rate is absurdly high, quietly reduced the fee to -maxtxfee. Becaue an absurdly high fee rate is usually the result of a fat finger, aborting seems safer behavior.
2019-06-28 22:44:38 -04:00
..
feerate.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
feerate.h Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
fees.cpp Fix spelling errors identified by codespell 1.15.0 2019-06-11 17:18:16 +02:00
fees.h [wallet] abort when attempting to fund a transaction above maxtxfee 2019-06-28 22:44:38 -04:00
policy.cpp Make reasoning about dependencies easier by not including unused dependencies 2019-06-02 17:15:23 +02:00
policy.h Remove access to node globals from wallet-linked code 2019-04-10 09:51:37 -04:00
rbf.cpp [build] Add several util units 2019-04-09 17:53:08 -04:00
rbf.h [build] Add several util units 2019-04-09 17:53:08 -04:00
settings.cpp [build] Move policy settings to new src/policy/settings unit 2019-04-09 17:53:08 -04:00
settings.h Remove access to node globals from wallet-linked code 2019-04-10 09:51:37 -04:00