Fix docs of decoderawtransaction
This commit is contained in:
@@ -935,8 +935,8 @@ UniValue decoderawtransaction(const UniValue& params, bool fHelp, const CPubKey&
|
|||||||
" ],\n"
|
" ],\n"
|
||||||
" \"vjoinsplit\" : [ (array of json objects, only for version >= 2)\n"
|
" \"vjoinsplit\" : [ (array of json objects, only for version >= 2)\n"
|
||||||
" {\n"
|
" {\n"
|
||||||
" \"vpub_old\" : x.xxx, (numeric) public input value in KMD\n"
|
" \"vpub_old\" : x.xxx, (numeric) public input value in HUSH\n"
|
||||||
" \"vpub_new\" : x.xxx, (numeric) public output value in KMD\n"
|
" \"vpub_new\" : x.xxx, (numeric) public output value in HUSH\n"
|
||||||
" \"anchor\" : \"hex\", (string) the anchor\n"
|
" \"anchor\" : \"hex\", (string) the anchor\n"
|
||||||
" \"nullifiers\" : [ (json array of string)\n"
|
" \"nullifiers\" : [ (json array of string)\n"
|
||||||
" \"hex\" (string) input note nullifier\n"
|
" \"hex\" (string) input note nullifier\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user