mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix a compiler warning in Ledger::visitStateItems
This commit is contained in:
@@ -1246,7 +1246,7 @@ void Ledger::visitStateItems (FUNCTION_TYPE<void (SLE::ref)> function)
|
||||
if (mAccountStateMap)
|
||||
mAccountStateMap->visitLeaves(BIND_TYPE(&visitHelper, beast::ref(function), P_1));
|
||||
}
|
||||
catch (SHAMapMissingNode& sn)
|
||||
catch (SHAMapMissingNode&)
|
||||
{
|
||||
if (mHash.isNonZero ())
|
||||
getApp().getInboundLedgers().findCreate(mHash, mLedgerSeq, false);
|
||||
|
||||
Reference in New Issue
Block a user