This PR contains updates to the documentation for listsinceblock rpc.
fixes #8758
fixes #8758
1636 | @@ -1637,7 +1637,7 @@ UniValue listsinceblock(const JSONRPCRequest& request) 1637 | "\nGet all transactions in blocks since block [blockhash], or all transactions if omitted\n" 1638 | "\nArguments:\n" 1639 | "1. \"blockhash\" (string, optional) The block hash to list transactions since\n" 1640 | - "2. target-confirmations: (numeric, optional) The confirmations required, must be 1 or more\n" 1641 | + "2. target-confirmations: (numeric, optional) Return the hash of the block that has target-confirmations of confirmations, for use in a further call to listsinceblock.\n"
This is surely wrong. It should describe the meaning of the argument. And it does so in the master.
@paveljanik I removed the incorrect description
nit: maybe add "e.g., -5 implies 5 blocks ago", in case someone reads it as "-5 blocks ago"(5 blocks in the future?)
ACK https://github.com/bitcoin/bitcoin/pull/9396/commits/3f67972654748a2f24e4aa95b6f3df5d4574ed55