From 19b6feecba6dbd27e53c570e5dd2d8e092ee9f13 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 31 Jul 2020 08:17:19 -0400 Subject: [PATCH] Fix docs of decoderawtransaction --- src/rpc/rawtransaction.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"