BTCP-Rebase/src/rpc
Wladimir J. van der Laan f3558834db
Merge #11083: Fix combinerawtransaction RPC help result section
f9ca0fe Fix combinerawtransaction RPC help result section (Jonas Nick)

Pull request description:

  Without this PR it looks like the RPC would return something like a dictionary. But it just returns the transaction in hex.

Tree-SHA512: 565571fbb60cb805f81198cf0eab9ecdc04b62aff58c56145449235cd7c21215f4a1d7a5694d01c1a815fe0e787e5b790d24b71e2f9cc595cda16462ab680b8d
2017-08-18 09:52:48 +02:00
..
blockchain.cpp scripted-diff: stop using the gArgs wrappers 2017-08-14 17:02:10 +02: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 Declare single-argument (non-converting) constructors "explicit" 2017-08-16 16:33:25 +02:00
mining.h Properly bound check conf_target in wallet RPC calls 2017-07-14 23:41:40 -04:00
misc.cpp Declare single-argument (non-converting) constructors "explicit" 2017-08-16 16:33:25 +02:00
net.cpp Merge #10483: scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-14 16:30:59 +02:00
protocol.cpp scripted-diff: stop using the gArgs wrappers 2017-08-14 17:02:10 +02:00
protocol.h Fix misleading "Method not found" multiwallet errors 2017-07-26 02:48:15 -04:00
rawtransaction.cpp Fix combinerawtransaction RPC help result section 2017-08-17 19:35:30 -07:00
register.h Do not shadow global RPC table variable (tableRPC) 2016-08-25 15:02:26 +02:00
server.cpp scripted-diff: stop using the gArgs wrappers 2017-08-14 17:02:10 +02:00
server.h Declare single-argument (non-converting) constructors "explicit" 2017-08-16 16:33:25 +02:00