mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-12 14:09:25 +00:00
Get the repo to compile again
This commit is contained in:
@@ -579,7 +579,7 @@ impl Coordinator {
|
||||
}
|
||||
NetworkId::Monero => {
|
||||
use monero_simple_request_rpc::SimpleRequestRpc;
|
||||
use monero_wallet::{rpc::Rpc, monero::transaction::Transaction};
|
||||
use monero_wallet::{transaction::Transaction, rpc::Rpc};
|
||||
|
||||
let rpc = SimpleRequestRpc::new(rpc_url)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user