summaryrefslogtreecommitdiff
path: root/Types/TrustLevel.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Types/TrustLevel.hs')
-rw-r--r--Types/TrustLevel.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/TrustLevel.hs b/Types/TrustLevel.hs
index ddb8e45e4..99d749730 100644
--- a/Types/TrustLevel.hs
+++ b/Types/TrustLevel.hs
@@ -14,7 +14,7 @@ import qualified Data.Map as M
import Types.UUID
-data TrustLevel = SemiTrusted | UnTrusted | Trusted
+data TrustLevel = Trusted | SemiTrusted | UnTrusted | DeadTrusted
deriving Eq
type TrustMap = M.Map UUID TrustLevel