mirror of
https://github.com/Cuprate/cuprate.git
synced 2024-12-22 19:49:28 +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]
|
||||
#[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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue