fix import

This commit is contained in:
hinto.janai 2024-10-30 21:15:49 -04:00
parent ad30b539d1
commit 6453daefec
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -15,7 +15,7 @@ pub mod types;
pub use config::Config;
pub use free::{open, transaction_blob_hash};
pub use tx::{BlockTemplateTxEntry, TxEntry};
pub use tx::TxEntry;
//re-exports
pub use cuprate_database;