mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-12 22:19:26 +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
|
||||
|
||||
@@ -437,8 +437,8 @@ impl Wallet {
|
||||
use curve25519_dalek::constants::ED25519_BASEPOINT_POINT;
|
||||
use monero_simple_request_rpc::SimpleRequestRpc;
|
||||
use monero_wallet::{
|
||||
io::decompress_point,
|
||||
rpc::Rpc,
|
||||
monero::io::decompress_point,
|
||||
Protocol,
|
||||
address::{Network, AddressType, AddressMeta, Address},
|
||||
SpendableOutput, DecoySelection, Decoys, Change, FeePriority, Scanner,
|
||||
|
||||
Reference in New Issue
Block a user