diff --git a/mm2src/coins/utxo/utxo_common.rs b/mm2src/coins/utxo/utxo_common.rs index 54193ba7f2..c095cf446d 100644 --- a/mm2src/coins/utxo/utxo_common.rs +++ b/mm2src/coins/utxo/utxo_common.rs @@ -891,7 +891,7 @@ pub mod tx_sizes { // to prevent certain utxos from being spent in other swaps happening in parallel. // We just need to make sure that we deliver the correct trading volume and not less. - // Inspect `get_sender_trade_fee`, but I don't think it nails it correctly. + // FIXME: Inspect `get_sender_trade_fee`, but I don't think it nails it correctly. todo!() } @@ -4030,7 +4030,7 @@ pub fn get_trade_fee(coin: T) -> Box