Expose estimaterawfee
commit4186d3fdfd319b568b520dd587be27bdff45c53d
authorAlex Morcos <morcos@chaincode.com>
Tue, 24 Jan 2017 21:30:03 +0000 (24 16:30 -0500)
committerAlex Morcos <morcos@chaincode.com>
Wed, 10 May 2017 15:45:26 +0000 (10 11:45 -0400)
treef5df89a7fd16f64329bb05240472ff5d7a7437d6
parent2681153af38324258dab8d1cf8e83c899324ece1
Expose estimaterawfee

Track information the ranges of fee rates that were used to calculate the fee estimates (the last range of fee rates in which the data points met the threshold and the first to fail) and provide an RPC call to return this information.
src/policy/fees.cpp
src/policy/fees.h
src/rpc/client.cpp
src/rpc/mining.cpp