FLO-wallet-core/src/rpc
Alex Morcos fd29d3df29 Remove checking of mempool min fee from estimateSmartFee.
This check has been moved to the wallet logic GetMinimumFee. The rpc call to
estimatesmartfee will now no longer return a result maxed with the mempool min
fee, but automated fee calculations from the wallet will produce the same result
as before and coincontrol and sendcoins dialogs in the GUI will correctly
display the right prospective fee.

changes to policy/fees.cpp include a big whitespace indentation change.
2017-07-14 23:41:40 -04:00
..
blockchain.cpp Clarify CCoinsViewMemPool documentation. 2017-06-27 14:47:07 -04:00
blockchain.h Remove unnecessary forward class declarations in header files 2017-06-12 20:37:43 +02:00
client.cpp Merge #10543: Change API to estimaterawfee 2017-07-11 15:36:56 +02:00
client.h
mining.cpp Remove checking of mempool min fee from estimateSmartFee. 2017-07-14 23:41:40 -04:00
mining.h rpc: Move the generate RPC call to rpcwallet 2017-06-29 12:02:43 +02:00
misc.cpp document script-based return fields for validateaddress 2017-06-30 08:43:23 -04:00
net.cpp Merge #10710: REST/RPC example update 2017-07-06 18:17:51 +02:00
protocol.cpp Replace uses of boost::filesystem with fs 2017-04-03 12:32:32 +02:00
protocol.h Replace uses of boost::filesystem with fs 2017-04-03 12:32:32 +02:00
rawtransaction.cpp Use "replaceable" instead of "optintorbf" in createrawtransaction. 2017-07-05 18:11:19 -04:00
register.h
server.cpp Merge #10193: scripted-diff: Remove #include <boost/foreach.hpp> 2017-07-04 18:05:18 +02:00
server.h Remove unnecessary forward class declarations in header files 2017-06-12 20:37:43 +02:00