We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78fa3d4 commit 9c0bac6Copy full SHA for 9c0bac6
lightning/src/chain/package.rs
@@ -994,7 +994,7 @@ impl PackageTemplate {
994
},
995
PackageSolvingData::HolderHTLCOutput(outp) if outp.preimage.is_some() => {
996
// We have the same deadline here as for `CounterpartyOfferedHTLCOutput`. Note
997
- // that `outp.htlc.cltv_expiry` is always 0 in this case, but
+ // that `outp.cltv_expiry` is always 0 in this case, but
998
// `soonest_conf_deadline` holds the real HTLC expiry.
999
height_timer = cmp::min(
1000
height_timer,
0 commit comments