mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Work on transit fees.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user