import TypedColumnFamily from `finalized_state` instead of from the crate.

This commit is contained in:
Arya 2024-09-30 19:58:02 -04:00
parent 3b287bf3de
commit c238bbba48
1 changed files with 3 additions and 1 deletions

View File

@ -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.