Transaction status, REMOVED.

This commit is contained in:
JoelKatz
2011-11-25 21:53:12 -08:00
parent fe3acce262
commit 06a9bc5520

View File

@@ -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;