Track failures in fee estimation.
commitc7447ec30348b338e77bc6429fbfac9f93549ef6
authorAlex Morcos <morcos@chaincode.com>
Thu, 9 Mar 2017 20:26:05 +0000 (9 15:26 -0500)
committerAlex Morcos <morcos@chaincode.com>
Wed, 10 May 2017 15:45:27 +0000 (10 11:45 -0400)
treed29e992933923be972226b92b687cd081183e504
parent4186d3fdfd319b568b520dd587be27bdff45c53d
Track failures in fee estimation.

Start tracking transactions which fail to confirm within the target and are then evicted or otherwise leave mempool.

Fix slight error in unit test.
src/init.cpp
src/policy/fees.cpp
src/policy/fees.h
src/rpc/mining.cpp
src/test/policyestimator_tests.cpp
src/txmempool.cpp