We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec5c77 commit 7f4b1a3Copy full SHA for 7f4b1a3
lightning/src/blinded_path/payment.rs
@@ -548,7 +548,7 @@ impl Readable for BlindedPaymentTlvs {
548
549
/// Represents the padding round off size (in bytes) that
550
/// is used to pad payment bilnded path's [`BlindedHop`]
551
-pub(crate) const PAYMENT_PADDING_ROUND_OFF: usize = 35;
+pub(crate) const PAYMENT_PADDING_ROUND_OFF: usize = 30;
552
553
/// Construct blinded payment hops for the given `intermediate_nodes` and payee info.
554
pub(super) fn blinded_hops<T: secp256k1::Signing + secp256k1::Verification>(
0 commit comments