diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-01-26 12:38:10 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-01-26 12:38:22 +0100 |
| commit | 2511a39cca78c3ca281ad6fe6d381cbb1f66c843 (patch) | |
| tree | 42de04688ad1d5cfa796d2af317582e99576e7a8 /src/rpcmisc.cpp | |
| parent | Merge pull request #5626 (diff) | |
| parent | RPCWallet: Notate all account stuff as deprecated (diff) | |
| download | discoin-2511a39cca78c3ca281ad6fe6d381cbb1f66c843.tar.xz discoin-2511a39cca78c3ca281ad6fe6d381cbb1f66c843.zip | |
Merge pull request #5575
7b782f5 RPCWallet: Notate all account stuff as deprecated (Luke Dashjr)
Diffstat (limited to 'src/rpcmisc.cpp')
| -rw-r--r-- | src/rpcmisc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcmisc.cpp b/src/rpcmisc.cpp index 184aacf5a..3d647a0d2 100644 --- a/src/rpcmisc.cpp +++ b/src/rpcmisc.cpp @@ -165,7 +165,7 @@ Value validateaddress(const Array& params, bool fHelp) " \"isscript\" : true|false, (boolean) If the key is a script\n" " \"pubkey\" : \"publickeyhex\", (string) The hex value of the raw public key\n" " \"iscompressed\" : true|false, (boolean) If the address is compressed\n" - " \"account\" : \"account\" (string) The account associated with the address, \"\" is the default account\n" + " \"account\" : \"account\" (string) DEPRECATED. The account associated with the address, \"\" is the default account\n" "}\n" "\nExamples:\n" + HelpExampleCli("validateaddress", "\"1PSSGeFHDnKNxiEyFrD1wcEaHr9hrQDDWc\"") |