mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-03 02:34:14 +00:00
Merge pull request #2903 from Michagogo/listsinceblock-help
Clarified the listsinceblock help test
This commit is contained in:
commit
317f57ec87
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user