From 06a9bc552044db07bef609ef68b1d5d43e4c53e5 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Fri, 25 Nov 2011 21:53:12 -0800 Subject: [PATCH] Transaction status, REMOVED. --- Transaction.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Transaction.h b/Transaction.h index 1d787c52d1..c3756cd016 100644 --- a/Transaction.h +++ b/Transaction.h @@ -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;