mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 01:33:20 +02:00
Merge pull request #4863
1a61396fix missing gettransaction entries in rpcclient (Benedict Chan)57e1716update rpc help message for gettransaction to add includeWatchonly param (Benedict Chan)
This commit is contained in:
@@ -66,6 +66,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
||||
{ "listunspent", 1 },
|
||||
{ "listunspent", 2 },
|
||||
{ "getblock", 1 },
|
||||
{ "gettransaction", 1 },
|
||||
{ "getrawtransaction", 1 },
|
||||
{ "createrawtransaction", 0 },
|
||||
{ "createrawtransaction", 1 },
|
||||
|
||||
Reference in New Issue
Block a user