Clarified the listsinceblock help test

Specifically, the fact that the command
relates to wallet transactions.
This commit is contained in:
Micha 2013-08-16 00:15:39 +03:00
parent 4323bfeafd
commit 9afe5a2c32
1 changed files with 1 additions and 1 deletions

View File

@ -1144,7 +1144,7 @@ Value listsinceblock(const Array& params, bool fHelp)
if (fHelp) if (fHelp)
throw runtime_error( throw runtime_error(
"listsinceblock [blockhash] [target-confirmations]\n" "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; CBlockIndex *pindex = NULL;
int target_confirms = 1; int target_confirms = 1;