mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-22 16:31:27 -04:00
Remove TODO
This commit is contained in:
parent
9fb1a43f29
commit
aebdb063f1
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ use tokio::sync::{watch, Mutex};
|
||||||
|
|
||||||
const SLED_TREE_NAME: &str = "default_tree";
|
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
|
/// Assuming we add a spread of 3% we don't want to pay more than 3% of the
|
||||||
/// amount for tx fees.
|
/// amount for tx fees.
|
||||||
const MAX_RELATIVE_TX_FEE: f64 = 0.03;
|
const MAX_RELATIVE_TX_FEE: f64 = 0.03;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue