mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-10 15:45:36 +01:00
Clarified the listsinceblock help test
Specifically, the fact that the command relates to wallet transactions.
This commit is contained in:
@@ -1144,7 +1144,7 @@ Value listsinceblock(const Array& params, bool fHelp)
|
||||
if (fHelp)
|
||||
throw runtime_error(
|
||||
"listsinceblock [blockhash] [target-confirmations]\n"
|
||||
"Get all transactions in blocks since block [blockhash], or all transactions if omitted");
|
||||
"Get all wallet transactions in blocks since block [blockhash], or all wallet transactions if omitted");
|
||||
|
||||
CBlockIndex *pindex = NULL;
|
||||
int target_confirms = 1;
|
||||
|
||||
Reference in New Issue
Block a user