diff options
| author | Matt Corallo <[email protected]> | 2013-01-23 11:48:17 -0500 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2013-01-27 03:03:04 -0500 |
| commit | 67a11bd6c5c28edc5f24574595380c1ddf8becf4 (patch) | |
| tree | 44777d928da64a7dad453c3abba87372a7be017a /src/bitcoinrpc.h | |
| parent | Add addnode RPC command. (diff) | |
| download | discoin-67a11bd6c5c28edc5f24574595380c1ddf8becf4.tar.xz discoin-67a11bd6c5c28edc5f24574595380c1ddf8becf4.zip | |
Add a getaddednodeinfo RPC.
Diffstat (limited to 'src/bitcoinrpc.h')
| -rw-r--r-- | src/bitcoinrpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bitcoinrpc.h b/src/bitcoinrpc.h index 4e4ac4ff8..36bfbe3ee 100644 --- a/src/bitcoinrpc.h +++ b/src/bitcoinrpc.h @@ -133,6 +133,7 @@ extern void EnsureWalletIsUnlocked(); extern json_spirit::Value getconnectioncount(const json_spirit::Array& params, bool fHelp); // in rpcnet.cpp extern json_spirit::Value getpeerinfo(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value addnode(const json_spirit::Array& params, bool fHelp); +extern json_spirit::Value getaddednodeinfo(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value dumpprivkey(const json_spirit::Array& params, bool fHelp); // in rpcdump.cpp extern json_spirit::Value importprivkey(const json_spirit::Array& params, bool fHelp); |