mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Use pub(crate) for create_db items, not pub
This commit is contained in:
@@ -13,7 +13,7 @@ mod inner_db {
|
||||
}
|
||||
);
|
||||
}
|
||||
pub use inner_db::{NextBlock, BatchInstructionsHashDb};
|
||||
pub(crate) use inner_db::{NextBlock, BatchInstructionsHashDb};
|
||||
|
||||
pub struct HandledEvent;
|
||||
impl HandledEvent {
|
||||
|
||||
Reference in New Issue
Block a user