Skip to content

Commit 7f4b1a3

Browse files
committed
f: Change padding value 35 -> 30
1 parent 4ec5c77 commit 7f4b1a3

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
@@ -548,7 +548,7 @@ impl Readable for BlindedPaymentTlvs {
548548

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

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

0 commit comments

Comments
 (0)