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