Add LES::hasChanges which returns true if an LES changes anything.

This commit is contained in:
JoelKatz
2013-03-26 20:29:13 -07:00
parent 523e009f7f
commit 79b047b68d
2 changed files with 9 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ public:
void entryCreate(SLE::ref); // This entry will be created
void entryDelete(SLE::ref); // This entry will be deleted
void entryModify(SLE::ref); // This entry will be modified
bool hasChanges(); // True if LES has any changes
// higher-level ledger functions
SLE::pointer entryCreate(LedgerEntryType letType, const uint256& uIndex);