lbrycrd/src/rpc
Russell Yanofsky e526b3d34c Fix misleading "Method not found" multiwallet errors
Raise RPC_WALLET_NOT_SPECIFIED instead of RPC_METHOD_NOT_FOUND when a required
wallet filename was not specified in an RPC call.

Also raise more specific RPC_WALLET_NOT_FOUND error instead of
RPC_INVALID_PARAMETER in case an invalid wallet was specified, for consistency.
2017-07-26 02:48:15 -04: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 rpc: Named argument support for bitcoin-cli 2017-01-10 12:04:54 +01:00
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 Merge #10857: [RPC] Add a deprecation warning to getinfo's output 2017-07-19 17:01:19 +02:00
net.cpp Merge #10783: [RPC] Various rpc argument fixes 2017-07-20 17:02:07 +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 Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
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