Skip to content

Commit fc13f92

Browse files
committed
f: Change padding value 35 -> 30
1 parent e09f0df commit fc13f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/blinded_path/payment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ impl Readable for BlindedPaymentTlvs {
497497

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

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

0 commit comments

Comments
 (0)