neobytes/src/rpc
Alexander Block 85157f9a9e
Few trivial fixes for DIP2/DIP3 (#2474)
* Fix wrong index for argument to protx_update_service when error is thrown

* Unify and fix variable name in TxToJSON

The UniValue variable name for TRANSACTION_COINBASE was wrong and is fixed
now. Also changed names for all other special TXs to unify names. This
should avoid such errors in the future when new "else if" branches are
copy/pasted.

* Use "proRegTx" instead of "proTx" as key TRANSACTION_PROVIDER_REGISTER payloads
2018-11-22 06:05:20 +01:00
..
blockchain.cpp Show BIP9 progress in getblockchaininfo (#2435) 2018-11-12 18:08:58 +03:00
client.cpp adds rpc calls for setprivatesendrounds and setprivatesendamount (#2230) 2018-08-21 17:07:54 +03:00
client.h Merge #8811: rpc: Add support for JSON-RPC named arguments 2018-01-18 07:38:57 +01:00
governance.cpp Fix sub-command help for masternode, gobject and protx rpcs (#2425) 2018-11-09 09:48:26 +03:00
masternode.cpp Do not use keyIDCollateralAddress anymore when spork15 is active 2018-11-14 18:44:39 +01:00
mining.cpp Add coinbase_payload to getblocktemplate help (#2437) 2018-11-13 15:23:31 +03:00
misc.cpp Fix some warnings and do a couple of other trivial cleanups (#2315) 2018-09-28 10:55:11 +03:00
net.cpp Merge pull request #1948 from UdjinM6/removeusingnamespacestd 2018-02-22 10:41:52 +03:00
protocol.cpp Merge #9476: [refactor] Remove using namespace <xxx> from rpc/ & script/ sources 2018-02-21 22:32:13 +03:00
protocol.h Merge #8788: [RPC] Give RPC commands more information about the RPC request 2018-01-13 13:44:37 +01:00
rawtransaction.cpp Few trivial fixes for DIP2/DIP3 (#2474) 2018-11-22 06:05:20 +01:00
register.h Implement "protx register" RPC 2018-08-30 19:47:38 +02:00
rpcevo.cpp Few trivial fixes for DIP2/DIP3 (#2474) 2018-11-22 06:05:20 +01:00
server.cpp Add new ParseXXX methods to easily parse UniValue values (#2211) 2018-08-11 01:33:56 +03:00
server.h Add new ParseXXX methods to easily parse UniValue values (#2211) 2018-08-11 01:33:56 +03:00