mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 21:19:24 +00:00
Block contructor and tests
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
mod transaction;
|
||||
pub use transaction::*;
|
||||
|
||||
#[cfg(test)]
|
||||
mod block;
|
||||
#[cfg(test)]
|
||||
pub use block::*;
|
||||
|
||||
Reference in New Issue
Block a user