mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-10 05:35:48 +00:00
Transaction status, REMOVED.
This commit is contained in:
@@ -24,6 +24,7 @@ enum TransStatus
|
|||||||
CONFLICTED, // losing to a conflicting transaction
|
CONFLICTED, // losing to a conflicting transaction
|
||||||
COMMITTED, // known to be in a ledger
|
COMMITTED, // known to be in a ledger
|
||||||
HELD, // not valid now, maybe later
|
HELD, // not valid now, maybe later
|
||||||
|
REMOVED // taken out of a ledger
|
||||||
};
|
};
|
||||||
|
|
||||||
class Account;
|
class Account;
|
||||||
|
|||||||
Reference in New Issue
Block a user