Add RPC command peers.

This commit is contained in:
Arthur Britto
2012-03-10 19:06:05 -08:00
parent af929c7d49
commit 2596cce905
7 changed files with 35 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ public:
std::map<uint160, Peer::pointer> getAllConnected();
bool connectTo(const std::string& host, const std::string& port);
Json::Value getPeersJson();
};
#endif