xmr-btc-swap/monero-adaptor/tests/integration_test.rs

5 lines
129 B
Rust
Raw Normal View History

#[tokio::test]
async fn monerod_integration_test() {
let _client = monero_rpc::monerod::Client::localhost(18081).unwrap();
}