Remove stale comments

This commit is contained in:
rishflab 2020-11-03 11:05:39 +11:00
parent 5971ef1f28
commit 249f273d1b
3 changed files with 1 additions and 4 deletions

View file

@ -7,7 +7,6 @@ pub mod bob;
pub mod monero;
pub mod network;
pub mod storage;
//#[cfg(feature = "tor")]
pub mod tor;
const REFUND_TIMELOCK: u32 = 10; // Relative timelock, this is number of blocks. TODO: What should it be?