mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-23 03:59:31 +00:00
forgot test enum
This commit is contained in:
parent
fb05074a05
commit
5900bba11c
1 changed files with 1 additions and 12 deletions
|
@ -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]
|
#[non_exhaustive]
|
||||||
#[allow(dead_code)]
|
#[allow(dead_code)]
|
||||||
#[derive(Error, Debug)]
|
#[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
|
// supposed to be private
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue