'connect' RPC command

This commit is contained in:
JoelKatz
2012-01-19 10:03:57 -08:00
parent 969ef6540e
commit ef24377d08
2 changed files with 15 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ class RPCServer : public boost::enable_shared_from_this<RPCServer>
Json::Value doLock(Json::Value& params);
Json::Value doUnlock(Json::Value& params);
Json::Value doSendTo(Json::Value& params);
Json::Value doConnect(Json::Value& params);
// parses a string account name into a uint160
// can be local or remote