Clarify what combinations of from addresses can be used in z_mergetoaddress

This commit is contained in:
Eirik0 2019-06-06 16:46:06 -06:00
parent a8055cfe10
commit cf30355fc3
1 changed files with 3 additions and 1 deletions

View File

@ -4297,7 +4297,9 @@ UniValue z_mergetoaddress(const UniValue& params, bool fHelp)
" - \"ANY_TADDR\": Merge UTXOs from any taddrs belonging to the wallet.\n"
" - \"ANY_SPROUT\": Merge notes from any Sprout zaddrs belonging to the wallet.\n"
" - \"ANY_SAPLING\": Merge notes from any Sapling zaddrs belonging to the wallet.\n"
" If a special string is given, any given addresses of that type will be counted as duplicates and cause an error.\n"
" While it is possible to use a variety of different combinations of addresses and the above values,\n"
" it is not possible to send funds from both sprout and sapling addresses simultaneously. If a special\n"
" string is given, any given addresses of that type will be counted as duplicates and cause an error.\n"
" [\n"
" \"address\" (string) Can be a taddr or a zaddr\n"
" ,...\n"