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
feerate.h
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
rbf.cpp
rbf.h
settings.cpp
settings.h