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:
@@ -20,7 +20,7 @@ public:
|
||||
|
||||
// return value: true = we had the transaction already
|
||||
bool inLedger (uint256 const& hash, uint32 ledger);
|
||||
bool canonicalize (Transaction::pointer& txn, bool maybeNew);
|
||||
bool canonicalize (Transaction::pointer& txn);
|
||||
void sweep (void)
|
||||
{
|
||||
mCache.sweep ();
|
||||
|
||||
Reference in New Issue
Block a user