mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-24 15:09:35 -05:00
Add todo to check amounts calculation
This commit is contained in:
parent
50ed74319f
commit
40e97ffdc3
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user