Fix "transparent" example that should be "p2pkh"

This commit is contained in:
Sean Bowe 2022-05-16 08:19:59 -06:00
parent 730d245cea
commit bb9518b1b4
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
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")
);