mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-17 02:49:19 +00: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
aff6456e8a
commit
3eb5fdbf5f
@ -1280,8 +1280,8 @@ Value listsinceblock(const Array& params, bool fHelp)
|
||||
{
|
||||
if (fHelp)
|
||||
throw runtime_error(
|
||||
"listsinceblock [blockid] [target-confirmations]\n"
|
||||
"Get all transactions in blocks since block [blockid], or all transactions if omitted");
|
||||
"listsinceblock [blockhash] [target-confirmations]\n"
|
||||
"Get all transactions in blocks since block [blockhash], or all transactions if omitted");
|
||||
|
||||
CBlockIndex *pindex = NULL;
|
||||
int target_confirms = 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user