diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp index 2ed95a4df..23327faf2 100644 --- a/src/rpc/rawtransaction.cpp +++ b/src/rpc/rawtransaction.cpp @@ -935,8 +935,8 @@ UniValue decoderawtransaction(const UniValue& params, bool fHelp, const CPubKey& " ],\n" " \"vjoinsplit\" : [ (array of json objects, only for version >= 2)\n" " {\n" - " \"vpub_old\" : x.xxx, (numeric) public input value in KMD\n" - " \"vpub_new\" : x.xxx, (numeric) public output value in KMD\n" + " \"vpub_old\" : x.xxx, (numeric) public input value in HUSH\n" + " \"vpub_new\" : x.xxx, (numeric) public output value in HUSH\n" " \"anchor\" : \"hex\", (string) the anchor\n" " \"nullifiers\" : [ (json array of string)\n" " \"hex\" (string) input note nullifier\n"