Implement Block types

Finishes updating the RPC to not use monero, tests now pass
This commit is contained in:
Luke Parker
2022-05-21 21:35:25 -04:00
parent 3282b19536
commit 703b18c6e8
4 changed files with 85 additions and 23 deletions

View File

@@ -17,10 +17,11 @@ mod serialize;
pub mod bulletproofs;
pub mod clsag;
pub mod rpc;
pub mod transaction;
pub mod wallet;
pub mod block;
pub mod rpc;
pub mod wallet;
#[cfg(test)]
mod tests;