mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Factor upTime() out of KeyCache, fix warnings
This commit is contained in:
@@ -1644,7 +1644,7 @@ void Peer::recvGetLedger(ripple::TMGetLedger& packet, ScopedLock& MasterLockHold
|
||||
else
|
||||
WriteLog (lsWARNING, Peer) << "getNodeFat returns false";
|
||||
}
|
||||
catch (std::exception& e)
|
||||
catch (std::exception&)
|
||||
{
|
||||
std::string info;
|
||||
if (packet.itype() == ripple::liTS_CANDIDATE)
|
||||
|
||||
Reference in New Issue
Block a user