This commit is contained in:
Alrighttt
2019-05-11 14:35:51 +02:00
committed by GitHub
parent 462320cfaf
commit b489328ce8

View File

@@ -1433,7 +1433,7 @@ UniValue getsnapshot(const UniValue& params, bool fHelp)
UniValue getaddresstxids(const UniValue& params, bool fHelp)
{
if (fHelp || params.size() > 2 || params.size() < 1)
throw runtime_error
throw runtime_error(
"getaddresstxids (ccvout)\n"
"\nReturns the txids for an address(es) (requires addressindex to be enabled).\n"
"\nArguments:\n"