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