mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Set up for ledger diffs to populate the metadata.
Special case for unfunded offers -- need to know how much was taken before deletion
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
LedgerEntryAction hasEntry(const uint256& index) const;
|
||||
void entryCache(SLE::pointer&); // Add this entry to the cache
|
||||
void entryCreate(SLE::pointer&); // This entry will be created
|
||||
void entryDelete(SLE::pointer&); // This entry will be deleted
|
||||
void entryDelete(SLE::pointer&, bool unfunded);
|
||||
void entryModify(SLE::pointer&); // This entry will be modified
|
||||
|
||||
// iterator functions
|
||||
|
||||
Reference in New Issue
Block a user