Route networking through Wallet, not Coin

This commit is contained in:
Luke Parker
2022-06-10 09:36:07 -04:00
parent 4b8822cb74
commit 32473d9976
6 changed files with 61 additions and 36 deletions

View File

@@ -36,6 +36,8 @@ use crate::frost::MultisigError;
#[cfg(feature = "multisig")]
mod multisig;
#[cfg(feature = "multisig")]
pub use multisig::TransactionMachine;
#[allow(non_snake_case)]
#[derive(Clone, PartialEq, Debug)]