mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix.
This commit is contained in:
@@ -232,7 +232,8 @@ void LedgerEntrySet::entryDelete(SLE::ref sle)
|
||||
|
||||
bool LedgerEntrySet::hasChanges()
|
||||
{
|
||||
BOOST_FOREACH(u256_LES_pair&, mEntries)
|
||||
typedef std::map<uint256, LedgerEntrySetEntry>::value_type u256_LES_pair;
|
||||
BOOST_FOREACH(u256_LES_pair& it, mEntries)
|
||||
if (it.second.mAction != taaCACHED)
|
||||
return true;
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user