diff --git a/src/RPCServer.cpp b/src/RPCServer.cpp index 53e8796c15..b6fc77327e 100644 --- a/src/RPCServer.cpp +++ b/src/RPCServer.cpp @@ -1417,7 +1417,7 @@ Json::Value RPCServer::doAccountTransactions(const Json::Value& params) ret["account"] = account.humanAccountID(); Json::Value ledgers(Json::arrayValue); - uint32 currentLedger = 0; +// uint32 currentLedger = 0; for (std::vector< std::pair >::iterator it = txns.begin(), end = txns.end(); it != end; ++it) { Transaction::pointer txn = theApp->getMasterTransaction().fetch(it->second, true);