diff options
author | coderrr <coderrr.contact@gmail.com> | 2012-08-01 12:48:42 -0400 |
---|---|---|
committer | Gregory Maxwell <greg@xiph.org> | 2012-08-23 15:55:42 -0400 |
commit | 22dfd7359863217eb8caef75084cfa8fa8e1d8fb (patch) | |
tree | 5ed884dcea256b01a5d9bd140ddac3377f6d31ed /src/bitcoinrpc.cpp | |
parent | 47753fa369f15274718779ffea1e2f151aa8307d (diff) |
Add address groupings RPC from the coincontrol patches.
Signed-off-by: Gregory Maxwell <greg@xiph.org>
Diffstat (limited to 'src/bitcoinrpc.cpp')
-rw-r--r-- | src/bitcoinrpc.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index 5537eb4815..ebde28fe04 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -231,6 +231,7 @@ static const CRPCCommand vRPCCommands[] = { "getblockhash", &getblockhash, false, false }, { "gettransaction", &gettransaction, false, false }, { "listtransactions", &listtransactions, false, false }, + { "listaddressgroupings", &listaddressgroupings, false, false }, { "signmessage", &signmessage, false, false }, { "verifymessage", &verifymessage, false, false }, { "getwork", &getwork, true, false }, |