mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-22 13:02:21 -04:00
Remove dead code
This commit is contained in:
parent
ae8134f04e
commit
898b8bf8b0
1 changed files with 0 additions and 13 deletions
|
@ -31,19 +31,6 @@ pub mod trace;
|
||||||
|
|
||||||
pub type Never = std::convert::Infallible;
|
pub type Never = std::convert::Infallible;
|
||||||
|
|
||||||
/// Commands sent from Bob to the main task.
|
|
||||||
#[derive(Clone, Copy, Debug)]
|
|
||||||
pub enum Cmd {
|
|
||||||
VerifyAmounts(SwapAmounts),
|
|
||||||
}
|
|
||||||
|
|
||||||
/// Responses sent from the main task back to Bob.
|
|
||||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
|
||||||
pub enum Rsp {
|
|
||||||
VerifiedAmounts,
|
|
||||||
Abort,
|
|
||||||
}
|
|
||||||
|
|
||||||
/// XMR/BTC swap amounts.
|
/// XMR/BTC swap amounts.
|
||||||
#[derive(Copy, Clone, Debug, Serialize, Deserialize, PartialEq)]
|
#[derive(Copy, Clone, Debug, Serialize, Deserialize, PartialEq)]
|
||||||
// TODO(Franck): review necessity of this struct
|
// TODO(Franck): review necessity of this struct
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue