mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Implement Block types
Finishes updating the RPC to not use monero, tests now pass
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user