1689 | @@ -1690,7 +1690,7 @@ UniValue listsinceblock(const JSONRPCRequest& request)
1690 | "\nGet all transactions in blocks since block [blockhash], or all transactions if omitted\n"
1691 | "\nArguments:\n"
1692 | "1. \"blockhash\" (string, optional) The block hash to list transactions since\n"
1693 | - "2. target_confirmations: (numeric, optional) The confirmations required, must be 1 or more\n"
1694 | + "2. target_confirmations: (numeric, optional, default=1) Return the nth block hash from the main chain. e.g. 1 would mean the bestblockhash, unless [blockhash] is not on the current chain, in which case it would return be the common ancestor block between it an the main chain). Note: this is not used as a filter, but only affects [lastblock] in the return value\n"
No, the value returned is always the Nth-from-top block on the best chain.
Yeah, that's what i thought ><