Auto merge of #4053 - rex4539:shielded-funds, r=Eirik0

Fix naming inconsistency

Closes https://github.com/zcash/zcash/issues/3486
This commit is contained in:
Homu 2019-07-17 12:36:37 -07:00
commit d2a5526202
1 changed files with 2 additions and 2 deletions

View File

@ -3475,8 +3475,8 @@ UniValue z_gettotalbalance(const UniValue& params, bool fHelp)
"\nResult:\n"
"{\n"
" \"transparent\": xxxxx, (numeric) the total balance of transparent funds\n"
" \"private\": xxxxx, (numeric) the total balance of private funds (in both Sprout and Sapling addresses)\n"
" \"total\": xxxxx, (numeric) the total balance of both transparent and private funds\n"
" \"private\": xxxxx, (numeric) the total balance of shielded funds (in both Sprout and Sapling addresses)\n"
" \"total\": xxxxx, (numeric) the total balance of both transparent and shielded funds\n"
"}\n"
"\nExamples:\n"
"\nThe total amount in the wallet\n"