mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Avoid warnings.
This commit is contained in:
@@ -517,7 +517,7 @@ Json::Value RPCServer::doAccountInfo(Json::Value ¶ms)
|
||||
// account_lines <account>|<nickname>|<account_public_key> [<index>]
|
||||
Json::Value RPCServer::doAccountLines(Json::Value ¶ms)
|
||||
{
|
||||
uint256 uClosed = mNetOps->getClosedLedger();
|
||||
// uint256 uClosed = mNetOps->getClosedLedger();
|
||||
uint256 uCurrent = mNetOps->getCurrentLedger();
|
||||
|
||||
std::string strIdent = params[0u].asString();
|
||||
|
||||
Reference in New Issue
Block a user