mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Reorganize processor's handling of coins
This commit is contained in:
@@ -8,11 +8,7 @@ use group::Group;
|
||||
|
||||
use frost::curve::Curve;
|
||||
|
||||
use crate::{
|
||||
NetworkError, Network,
|
||||
Coin, coins::monero::Monero,
|
||||
wallet::{WalletKeys, MemCoinDb, Wallet}
|
||||
};
|
||||
use crate::{NetworkError, Network, coin::{Coin, Monero}, wallet::{WalletKeys, MemCoinDb, Wallet}};
|
||||
|
||||
#[derive(Clone)]
|
||||
struct LocalNetwork {
|
||||
|
||||
Reference in New Issue
Block a user