aboutsummaryrefslogtreecommitdiff
path: root/src/rpcrawtransaction.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2014-12-30 14:32:07 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2014-12-30 14:46:57 +0000
commit7b782f5b01f4c2d906a28800d01ffd05ad257cbe (patch)
tree53e3d07308d03fddc4ba14a4935b51a0435d8b33 /src/rpcrawtransaction.cpp
parent7c001bb49c084a01a09827bf26447a418ecaeb9a (diff)
downloadbitcoin-7b782f5b01f4c2d906a28800d01ffd05ad257cbe.tar.xz
RPCWallet: Notate all account stuff as deprecated
Diffstat (limited to 'src/rpcrawtransaction.cpp')
-rw-r--r--src/rpcrawtransaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcrawtransaction.cpp b/src/rpcrawtransaction.cpp
index 8de15ff9e2..c16d728990 100644
--- a/src/rpcrawtransaction.cpp
+++ b/src/rpcrawtransaction.cpp
@@ -218,7 +218,7 @@ Value listunspent(const Array& params, bool fHelp)
" \"txid\" : \"txid\", (string) the transaction id \n"
" \"vout\" : n, (numeric) the vout value\n"
" \"address\" : \"address\", (string) the bitcoin address\n"
- " \"account\" : \"account\", (string) The associated account, or \"\" for the default account\n"
+ " \"account\" : \"account\", (string) DEPRECATED. The associated account, or \"\" for the default account\n"
" \"scriptPubKey\" : \"key\", (string) the script key\n"
" \"amount\" : x.xxx, (numeric) the transaction amount in btc\n"
" \"confirmations\" : n (numeric) The number of confirmations\n"