Reorganize processor's handling of coins

This commit is contained in:
Luke Parker
2022-06-24 19:53:41 -04:00
parent 60254a0171
commit 020d246b8f
6 changed files with 99 additions and 94 deletions

View File

@@ -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 {