mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Reorganize processor's handling of coins
This commit is contained in:
@@ -6,7 +6,7 @@ use transcript::{Transcript, RecommendedTranscript};
|
||||
|
||||
use frost::{curve::Curve, MultisigKeys, sign::{PreprocessMachine, SignMachine, SignatureMachine}};
|
||||
|
||||
use crate::{CoinError, SignError, Output, Coin, Network};
|
||||
use crate::{coin::{CoinError, Output, Coin}, SignError, Network};
|
||||
|
||||
pub struct WalletKeys<C: Curve> {
|
||||
keys: MultisigKeys<C>,
|
||||
|
||||
Reference in New Issue
Block a user