Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module
commit381a46e38fa9262c868e5fee9ed0d1f71af4059e
authorJorge Timón <jtimon@jtimon.cc>
Thu, 31 Mar 2016 21:30:17 +0000 (31 23:30 +0200)
committerJorge Timón <jtimon@jtimon.cc>
Wed, 3 May 2017 16:00:13 +0000 (3 18:00 +0200)
tree115cf75503d30e8a3f1a976a39bef76bd6e37034
parent330bb5a456a5f9c26703fa742e4c80691e1455ab
Consensus: Policy: MOVEONLY: Move CFeeRate out of the consensus module

...from amount.o to policy/feerate.o

Policy, because it moves policy code to the policy directory (common module)
16 files changed:
src/Makefile.am
src/amount.h
src/init.cpp
src/miner.cpp
src/net.h
src/policy/feerate.cpp [moved from src/amount.cpp with 98% similarity]
src/policy/feerate.h [copied from src/amount.h with 66% similarity]
src/policy/fees.h
src/policy/policy.h
src/rpc/blockchain.cpp
src/test/amount_tests.cpp
src/txmempool.h
src/validation.h
src/wallet/coincontrol.h
src/wallet/rpcwallet.cpp
src/wallet/wallet.h