Merge pull request #5961 from ebfull/fix-wallet-doc

Fix "transparent" example that should be "p2pkh"
This commit is contained in:
Kris Nuttycombe 2022-05-16 14:28:34 -06:00 committed by GitHub
commit 46c41f531f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3406,7 +3406,7 @@ UniValue z_getaddressforaccount(const UniValue& params, bool fHelp)
"\nExamples:\n"
+ HelpExampleCli("z_getaddressforaccount", "4")
+ HelpExampleCli("z_getaddressforaccount", "4 '[]' 1")
+ HelpExampleCli("z_getaddressforaccount", "4 '[\"transparent\",\"sapling\",\"orchard\"]' 1")
+ HelpExampleCli("z_getaddressforaccount", "4 '[\"p2pkh\",\"sapling\",\"orchard\"]' 1")
+ HelpExampleRpc("z_getaddressforaccount", "4")
);