Improve error message for when a UA is only usable after a future NU.

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Kris Nuttycombe 2022-03-26 19:29:26 -06:00
parent 71bfbfa28e
commit 021a8d1b4b
1 changed files with 1 additions and 1 deletions

View File

@ -4915,7 +4915,7 @@ UniValue z_sendmany(const UniValue& params, bool fHelp)
} else {
throw JSONRPCError(
RPC_INVALID_PARAMETER,
"Unified address contained no recognized receiver types.");
"Unified address contained only receiver types that are unrecognized or for which the required consensus feature is not yet active.");
}
}