bitcoin/src/policy
Wladimir J. van der Laan c72906dcc1 refactor: Remove redundant c_str() calls in formatting
Our formatter, tinyformat, *never* needs `c_str()` for strings.
Remove redundant `c_str()` calls for:

- `strprintf`
- `LogPrintf`
- `tfm::format`
2019-10-28 13:31:33 +01:00
..
feerate.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
feerate.h Disallow implicit conversion for CFeeRate constructor 2019-10-03 14:03:27 -04:00
fees.cpp refactor: Remove redundant c_str() calls in formatting 2019-10-28 13:31:33 +01: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