add documentation to flag

This commit is contained in:
Alfredo Garcia 2020-01-02 11:38:38 -03:00
parent 4b61aede28
commit aba1d94673
1 changed files with 2 additions and 1 deletions

View File

@ -603,7 +603,8 @@ UniValue getreceivedbyaddress(const UniValue& params, bool fHelp)
"\nReturns the total amount received by the given Zcash address in transactions with at least minconf confirmations.\n" "\nReturns the total amount received by the given Zcash address in transactions with at least minconf confirmations.\n"
"\nArguments:\n" "\nArguments:\n"
"1. \"zcashaddress\" (string, required) The Zcash address for transactions.\n" "1. \"zcashaddress\" (string, required) The Zcash address for transactions.\n"
"2. minconf (numeric, optional, default=1) Only include transactions confirmed at least this many times.\n" "2. minconf (numeric, optional, default=1) Only include transactions confirmed at least this many times.\n"
"3. inzatoshi (bool, optional, default=false) Get the result amount as an integer.\n"
"\nResult:\n" "\nResult:\n"
"amount (numeric) The total amount in " + CURRENCY_UNIT + " received at this address.\n" "amount (numeric) The total amount in " + CURRENCY_UNIT + " received at this address.\n"
"\nExamples:\n" "\nExamples:\n"