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 4d45ce5 commit 529b3e7Copy full SHA for 529b3e7
lightning/src/blinded_path/payment.rs
@@ -57,6 +57,7 @@ pub struct ReceiveTlvs {
57
/// Data to construct a [`BlindedHop`] for sending a payment over.
58
///
59
/// [`BlindedHop`]: crate::blinded_path::BlindedHop
60
+#[allow(dead_code)]
61
pub(crate) enum BlindedPaymentTlvs {
62
/// This blinded payment data is for a forwarding node.
63
Forward(ForwardTlvs),
0 commit comments