We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f681ce commit eece974Copy full SHA for eece974
src/rpc/blockchain.cpp
@@ -2045,7 +2045,7 @@ UniValue scantxoutset(const JSONRPCRequest& request)
2045
"or more path elements separated by \"/\", and optionally ending in \"/*\" (unhardened), or \"/*'\" or \"/*h\" (hardened) to specify all\n"
2046
"unhardened or hardened child keys.\n"
2047
"In the latter case, a range needs to be specified by below if different from 1000.\n"
2048
- "For more information on output descriptors, see the documentation at TODO\n"
+ "For more information on output descriptors, see the documentation in the doc/descriptors.md file.\n"
2049
"\nArguments:\n"
2050
"1. \"action\" (string, required) The action to execute\n"
2051
" \"start\" for starting a scan\n"
0 commit comments