X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fbitcoinrpc.cpp;h=15bcf1da3d28499a5c6cea48728d2c8ef11247e4;hp=bafd00c82d40a7bdea2843b1838bebbe3e0dce90;hb=dfead66eacbaa5fa2921694c1a2e77835d1191fc;hpb=27d4b53a5c458b68921f406458cc72bfadb15fa5 diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index bafd00c..15bcf1d 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -1403,8 +1403,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;