aboutsummaryrefslogtreecommitdiff
path: root/src/rpcmisc.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <[email protected]>2014-12-30 14:32:07 +0000
committerLuke Dashjr <[email protected]>2014-12-30 14:46:57 +0000
commit7b782f5b01f4c2d906a28800d01ffd05ad257cbe (patch)
tree53e3d07308d03fddc4ba14a4935b51a0435d8b33 /src/rpcmisc.cpp
parentqt: translations pull from transifex (diff)
downloaddiscoin-7b782f5b01f4c2d906a28800d01ffd05ad257cbe.tar.xz
discoin-7b782f5b01f4c2d906a28800d01ffd05ad257cbe.zip
RPCWallet: Notate all account stuff as deprecated
Diffstat (limited to 'src/rpcmisc.cpp')
-rw-r--r--src/rpcmisc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcmisc.cpp b/src/rpcmisc.cpp
index 90b9c99ca..7732e0536 100644
--- a/src/rpcmisc.cpp
+++ b/src/rpcmisc.cpp
@@ -166,7 +166,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\"")