Skip to content

Commit fd84175

Browse files
committed
f: Change padding value 35 -> 30
1 parent 6800d8f commit fd84175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/blinded_path/payment.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ impl Readable for BlindedPaymentTlvs {
495495

496496
/// Represents the padding round off size (in bytes) that
497497
/// is used to pad payment bilnded path's [`BlindedHop`]
498-
pub(crate) const PAYMENT_PADDING_ROUND_OFF: usize = 35;
498+
pub(crate) const PAYMENT_PADDING_ROUND_OFF: usize = 30;
499499

500500
/// Construct blinded payment hops for the given `intermediate_nodes` and payee info.
501501
pub(super) fn blinded_hops<T: secp256k1::Signing + secp256k1::Verification>(

0 commit comments

Comments
 (0)