Skip to content

Commit 708c21d

Browse files
committed
f! prevent downgrade
1 parent 324fd73 commit 708c21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/package.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ impl_writeable_tlv_based!(HolderHTLCOutput, {
287287
(0, amount_msat, required),
288288
(2, cltv_expiry, required),
289289
(4, preimage, option),
290-
(6, opt_anchors, (default_value, None))
290+
(6, opt_anchors, option)
291291
});
292292

293293
/// A struct to describe the channel output on the funding transaction.

0 commit comments

Comments
 (0)