Skip to content

Commit 9c0bac6

Browse files
committed
f correct comment
1 parent 78fa3d4 commit 9c0bac6

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
@@ -994,7 +994,7 @@ impl PackageTemplate {
994994
},
995995
PackageSolvingData::HolderHTLCOutput(outp) if outp.preimage.is_some() => {
996996
// We have the same deadline here as for `CounterpartyOfferedHTLCOutput`. Note
997-
// that `outp.htlc.cltv_expiry` is always 0 in this case, but
997+
// that `outp.cltv_expiry` is always 0 in this case, but
998998
// `soonest_conf_deadline` holds the real HTLC expiry.
999999
height_timer = cmp::min(
10001000
height_timer,

0 commit comments

Comments
 (0)