We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01268a6 commit 1df7de6Copy full SHA for 1df7de6
dlc-manager/src/manager.rs
@@ -48,7 +48,7 @@ use bitcoin::consensus::Decodable;
48
use bitcoin::hashes::Hash;
49
50
/// The number of confirmations required before moving the the confirmed state.
51
-pub const NB_CONFIRMATIONS: u32 = 1;
+pub const NB_CONFIRMATIONS: u32 = 0;
52
/// The delay to set the refund value to.
53
pub const REFUND_DELAY: u32 = 86400 * 7;
54
/// The nSequence value used for CETs in DLC channels
0 commit comments