From aebdb063f1d0dbbc3626c33dec6f7f4b1058c2a8 Mon Sep 17 00:00:00 2001 From: Philipp Hoenisch Date: Fri, 7 May 2021 08:29:26 +1000 Subject: [PATCH] Remove TODO --- swap/src/bitcoin/wallet.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/swap/src/bitcoin/wallet.rs b/swap/src/bitcoin/wallet.rs index e064889a..a0044b0c 100644 --- a/swap/src/bitcoin/wallet.rs +++ b/swap/src/bitcoin/wallet.rs @@ -23,7 +23,6 @@ use tokio::sync::{watch, Mutex}; const SLED_TREE_NAME: &str = "default_tree"; -// TODO make these values configurable /// Assuming we add a spread of 3% we don't want to pay more than 3% of the /// amount for tx fees. const MAX_RELATIVE_TX_FEE: f64 = 0.03;