Merge pull request #6303 from sellout/missing-newline

Fix a missing newline in the RPC docs
This commit is contained in:
Greg Pfeil 2022-12-12 19:12:48 -07:00 committed by GitHub
commit 3a7433b844
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4533,7 +4533,7 @@ UniValue z_viewtransaction(const UniValue& params, bool fHelp)
" \"spends\" : [\n"
" {\n"
" \"pool\" : \"sprout|sapling|orchard\", (string) The shielded value pool\n"
" \"type\" : \"sprout|sapling|orchard\", (string) The shielded value pool (DEPRECATED legacy attribute)"
" \"type\" : \"sprout|sapling|orchard\", (string) The shielded value pool (DEPRECATED legacy attribute)\n"
" \"js\" : n, (numeric, sprout) the index of the JSDescription within vJoinSplit\n"
" \"jsSpend\" : n, (numeric, sprout) the index of the spend within the JSDescription\n"
" \"spend\" : n, (numeric, sapling) the index of the spend within vShieldedSpend\n"