mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
listsinceblock: rpc param blockid -> blockhash
This is more consistent with the rest of the labeling seen by the user when accessing the rpc commands.
This commit is contained in:
parent
c2e8c8acd8
commit
fdb204abb1
@ -1403,8 +1403,8 @@ Value listsinceblock(const Array& params, bool fHelp)
|
|||||||
{
|
{
|
||||||
if (fHelp)
|
if (fHelp)
|
||||||
throw runtime_error(
|
throw runtime_error(
|
||||||
"listsinceblock [blockid] [target-confirmations]\n"
|
"listsinceblock [blockhash] [target-confirmations]\n"
|
||||||
"Get all transactions in blocks since block [blockid], or all transactions if omitted");
|
"Get all transactions in blocks since block [blockhash], or all transactions if omitted");
|
||||||
|
|
||||||
CBlockIndex *pindex = NULL;
|
CBlockIndex *pindex = NULL;
|
||||||
int target_confirms = 1;
|
int target_confirms = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user