Skip to content

Commit 1df7de6

Browse files
committed
Re-enable 0-conf DLC channels
1 parent 01268a6 commit 1df7de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlc-manager/src/manager.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ use bitcoin::consensus::Decodable;
4848
use bitcoin::hashes::Hash;
4949

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

0 commit comments

Comments
 (0)