FLO-wallet-core/src/rpc
Wladimir J. van der Laan 46347add43 rpc: Move ValueFromAmount to core_write
This is necessary because core_write has to write amounts in
TxToUniv, and mistakingly uses FormatMoney for that
(which is only for debugging).

We don't move AmountFromValue at the same time, as
this is more challenging due to the RPCError depencency
there.
2017-08-07 17:01:21 +02:00
..
blockchain.cpp check for null values in rpc args and handle appropriately 2017-07-17 08:53:18 -04:00
blockchain.h Remove unnecessary forward class declarations in header files 2017-06-12 20:37:43 +02:00
client.cpp listsinceblock: optionally find and list any transactions that were undone due to reorg when requesting a non-main chain block in a new 'removed' array. 2017-07-21 09:50:59 +09:00
client.h
mining.cpp Merge #10783: [RPC] Various rpc argument fixes 2017-07-20 17:02:07 +02:00
mining.h Properly bound check conf_target in wallet RPC calls 2017-07-14 23:41:40 -04:00
misc.cpp rpc: Move ValueFromAmount to core_write 2017-08-07 17:01:21 +02:00
net.cpp rpc: Move ValueFromAmount to core_write 2017-08-07 17:01:21 +02:00
protocol.cpp Replace uses of boost::filesystem with fs 2017-04-03 12:32:32 +02:00
protocol.h Fix misleading "Method not found" multiwallet errors 2017-07-26 02:48:15 -04:00
rawtransaction.cpp Merge #10783: [RPC] Various rpc argument fixes 2017-07-20 17:02:07 +02:00
register.h
server.cpp rpc: Move ValueFromAmount to core_write 2017-08-07 17:01:21 +02:00
server.h rpc: Move ValueFromAmount to core_write 2017-08-07 17:01:21 +02:00