mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix a bug that can destroy metadata. If we find destroyed
metadata, fix it.
This commit is contained in:
@@ -134,9 +134,6 @@ public:
|
||||
mInLedger = ledger;
|
||||
}
|
||||
|
||||
// database functions
|
||||
void save ();
|
||||
|
||||
bool operator< (const Transaction&) const;
|
||||
bool operator> (const Transaction&) const;
|
||||
bool operator== (const Transaction&) const;
|
||||
|
||||
Reference in New Issue
Block a user