From 40e97ffdc36e485589aa6475c16bb513d06ed93a Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 16 Oct 2020 12:44:53 +1100 Subject: [PATCH] Add todo to check amounts calculation --- swap/src/alice.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/swap/src/alice.rs b/swap/src/alice.rs index aebd9b3f..4fae9003 100644 --- a/swap/src/alice.rs +++ b/swap/src/alice.rs @@ -132,6 +132,7 @@ impl Default for Alice { } } +// TODO: Check that this is correct. fn calculate_amounts(btc: bitcoin::Amount) -> SwapParams { const XMR_PER_BTC: u64 = 100; // TODO: Get this from an exchange.