Add todo to check amounts calculation

This commit is contained in:
Tobin C. Harding 2020-10-16 12:44:53 +11:00
parent 50ed74319f
commit 40e97ffdc3

View File

@ -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.