Work on transit fees.

This commit is contained in:
Arthur Britto
2012-05-22 12:42:13 -07:00
parent 4797cfd28f
commit 30407a3a23
6 changed files with 176 additions and 26 deletions

View File

@@ -130,6 +130,16 @@ int RPCServer::getParamCount(const Json::Value& params)
return 1;
}
// now, expire, n
bool RPCServer::parseBorrowRate(const std::string& sBorrowRate)
{
if (!sBorrowRate.compare("expire"))
0;
return true;
}
bool RPCServer::extractString(std::string& param, const Json::Value& params, int index)
{
if (params.isNull()) return false;