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