Block contructor and tests

This commit is contained in:
Luke Parker
2023-04-11 20:24:27 -04:00
parent 119d25be49
commit 402a7be966
8 changed files with 218 additions and 6 deletions

View File

@@ -1,2 +1,7 @@
mod transaction;
pub use transaction::*;
#[cfg(test)]
mod block;
#[cfg(test)]
pub use block::*;