mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Add the bones of the processor
This commit is contained in:
6
processor/src/tests/mod.rs
Normal file
6
processor/src/tests/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use crate::{Coin, coins::monero::Monero};
|
||||
|
||||
#[tokio::test]
|
||||
async fn test() {
|
||||
println!("{}", Monero::new("http://127.0.0.1:18081".to_string()).get_height().await.unwrap());
|
||||
}
|
||||
Reference in New Issue
Block a user