mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-12-22 11:39:30 +00:00
fix import
This commit is contained in:
parent
ad30b539d1
commit
6453daefec
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue