diff options
Diffstat (limited to 'database.cpp')
| -rw-r--r-- | database.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database.cpp b/database.cpp index 34a57630..887cdea7 100644 --- a/database.cpp +++ b/database.cpp @@ -300,7 +300,7 @@ vector<UndoEntry> Snapshot::GetUndoEntries(const std::function<bool(size_t, size { UndoEntry temp; temp.timestamp = entries[i].timestamp; - temp.hash = entries[i].hash; + temp.id = entries[i].id; temp.user = new User(BNNewUserReference(entries[i].user)); size_t actionCount = entries[i].actionCount; for (size_t actionIndex = 0; actionIndex < actionCount; actionIndex++) |
