mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-30 20:46:33 -05:00
Moving tor into swap
This commit is contained in:
parent
f7bcfa5e14
commit
17b32fed90
6 changed files with 17 additions and 16 deletions
|
|
@ -5,6 +5,8 @@ pub mod alice;
|
|||
pub mod bitcoin;
|
||||
pub mod bob;
|
||||
pub mod network;
|
||||
#[cfg(feature = "tor")]
|
||||
pub mod tor;
|
||||
|
||||
pub const ONE_BTC: u64 = 100_000_000;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue