Moving tor into swap

This commit is contained in:
Philipp Hoenisch 2020-10-23 10:32:48 +11:00
parent f7bcfa5e14
commit 17b32fed90
No known key found for this signature in database
GPG key ID: E5F8E74C672BC666
6 changed files with 17 additions and 16 deletions

View file

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