Skip to content

Commit b54fc52

Browse files
committed
f - use Sequence::ENABLE_RBF_NO_LOCKTIME
1 parent 5810a79 commit b54fc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,7 @@ impl FundingScope {
23322332
let input = TxIn {
23332333
previous_output: funding_txo.into_bitcoin_outpoint(),
23342334
script_sig: ScriptBuf::new(),
2335-
sequence: Sequence::ZERO,
2335+
sequence: Sequence::ENABLE_RBF_NO_LOCKTIME,
23362336
witness: Witness::new(),
23372337
};
23382338

0 commit comments

Comments
 (0)