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 a2f99cb commit 3313e10Copy full SHA for 3313e10
1 file changed
lightning/src/ln/channel.rs
@@ -14938,6 +14938,7 @@ where
14938
}
14939
},
14940
14941
+ htlc.rgb_payment.write(writer)?;
14942
14943
14944
// The elements of this vector will always be `Some` starting in 0.2,
@@ -14987,6 +14988,7 @@ where
14987
14988
reason.write(writer)?;
14989
14990
14991
14992
pending_outbound_skimmed_fees.push(htlc.skimmed_fee_msat);
14993
pending_outbound_blinding_points.push(htlc.blinding_point);
14994
pending_outbound_held_htlc_flags.push(htlc.hold_htlc);
0 commit comments