dogecoin/src/rpc
S. Matthew English 3a286abf8f Eliminating Inconsistencies in Textual Output
There were discrepancies between usage of "block chain" and "blockchain", I've changed them to the latter. The reason for this was that Wikipedia when describing this data structure writes "A blockchain — *originally block chain*", so it seemed the more appropriate term.
2016-10-20 12:39:48 +02:00
..
blockchain.cpp Eliminating Inconsistencies in Textual Output 2016-10-20 12:39:48 +02:00
client.cpp Add importmulti rpc call 2016-10-19 15:17:13 +01:00
client.h move rpc* to rpc/ 2016-01-21 08:36:55 +11:00
mining.cpp [RPC] Give RPC commands more information about the RPC request 2016-10-19 14:42:08 +02:00
misc.cpp [RPC] Give RPC commands more information about the RPC request 2016-10-19 14:42:08 +02:00
net.cpp [RPC] Give RPC commands more information about the RPC request 2016-10-19 14:42:08 +02:00
protocol.cpp rpc: Change JSONRPCRequest to JSONRPCRequestObj 2016-10-19 14:30:14 +02:00
protocol.h rpc: Change JSONRPCRequest to JSONRPCRequestObj 2016-10-19 14:30:14 +02:00
rawtransaction.cpp [RPC] Give RPC commands more information about the RPC request 2016-10-19 14:42:08 +02:00
register.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
server.cpp [RPC] Give RPC commands more information about the RPC request 2016-10-19 14:42:08 +02:00
server.h [RPC] pass HTTP basic authentication username to the JSONRequest object 2016-10-19 14:47:27 +02:00