mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-22 04:49:46 -04:00
wip: Use same timelock value for refund and punish
This commit is contained in:
parent
62c4501926
commit
9f32cd988e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ pub mod tor;
|
|||
pub const ONE_BTC: u64 = 100_000_000;
|
||||
|
||||
const REFUND_TIMELOCK: u32 = 10; // Relative timelock, this is number of blocks. TODO: What should it be?
|
||||
const PUNISH_TIMELOCK: u32 = 20; // FIXME: What should this be?
|
||||
const PUNISH_TIMELOCK: u32 = 10; // FIXME: What should this be?
|
||||
|
||||
pub type Never = std::convert::Infallible;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue