Skip to content

Commit

Permalink
Re-enable 0-conf DLC channels
Browse files Browse the repository at this point in the history
  • Loading branch information
luckysori committed May 15, 2024
1 parent 865816e commit c20fd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlc-manager/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ use bitcoin::consensus::Decodable;
use bitcoin::hashes::Hash;

/// The number of confirmations required before moving the the confirmed state.
pub const NB_CONFIRMATIONS: u32 = 1;
pub const NB_CONFIRMATIONS: u32 = 0;
/// The delay to set the refund value to.
pub const REFUND_DELAY: u32 = 86400 * 7;
/// The nSequence value used for CETs in DLC channels
Expand Down

0 comments on commit c20fd76

Please sign in to comment.