mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-18 06:30:27 -04:00
Add todo to check amounts calculation
This commit is contained in:
parent
50ed74319f
commit
40e97ffdc3
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue