lbrycrd/src/policy
Russell Yanofsky b874747b51 Remove access to node globals from wallet-linked code
Remove last few instances of accesses to node global variables from wallet
code. Also remove accesses to node globals from code in policy/policy.cpp that
isn't actually called by wallet code, but does get linked into wallet code.

This is the last change needed to allow bitcoin-wallet tool to be linked
without depending on libbitcoin_server.a, to ensure wallet code doesn't access
node global state and avoid bugs like
https://github.com/bitcoin/bitcoin/pull/15557#discussion_r267735431
2019-04-10 09:51:37 -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 [build] Add several util units 2019-04-09 17:53:08 -04:00
fees.h [build] Add several util units 2019-04-09 17:53:08 -04:00
policy.cpp Remove access to node globals from wallet-linked code 2019-04-10 09:51:37 -04: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