import TypedColumnFamily from `finalized_state` instead of from the crate.
This commit is contained in:
parent
3b287bf3de
commit
c238bbba48
|
@ -38,9 +38,11 @@ use crate::{
|
|||
},
|
||||
zebra_db::ZebraDb,
|
||||
},
|
||||
BoxError, TypedColumnFamily,
|
||||
BoxError,
|
||||
};
|
||||
|
||||
use super::super::TypedColumnFamily;
|
||||
|
||||
/// The name of the transaction hash by spent outpoints column family.
|
||||
///
|
||||
/// This constant should be used so the compiler can detect typos.
|
||||
|
|
Loading…
Reference in New Issue