From 5900bba11c30cdf9daaffe4f7feb229fa2601bfa Mon Sep 17 00:00:00 2001
From: Someone Else <someoneelse.is_on.github.rio7x@simplelogin.com>
Date: Sun, 12 Feb 2023 15:47:45 +0100
Subject: [PATCH] forgot test enum

---
 blockchain_db/src/lib.rs | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/blockchain_db/src/lib.rs b/blockchain_db/src/lib.rs
index b29bb246..7484a9e2 100644
--- a/blockchain_db/src/lib.rs
+++ b/blockchain_db/src/lib.rs
@@ -119,17 +119,6 @@ impl txpool_tx_meta_t {
         }
 }
 
-
-
-
-/// TODO : String -> Vec<u8> they are cryptonote::blobdata
-
-#[derive(Error, Debug)]
-pub enum TESTTT {
-        #[error("AAAAAA")]
-        A,
-}
-
 #[non_exhaustive]
 #[allow(dead_code)]
 #[derive(Error, Debug)]
@@ -173,7 +162,7 @@ pub trait KeyValueDatabase {
 
 }
 
-pub trait BlockchainDB where Self: Sized + KeyValueDatabase {
+pub trait BlockchainDB: KeyValueDatabase {
         // supposed to be private