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 f67e880 commit 032e0deCopy full SHA for 032e0de
lightning/src/sign/mod.rs
@@ -145,7 +145,7 @@ pub(crate) const P2TR_KEY_PATH_WITNESS_WEIGHT: u64 = 1 /* witness items */
145
/// the script which we receive funds to on-chain when our counterparty force-closes a channel is
146
/// one of this many possible derivation paths.
147
///
148
-/// Keping this limited allows for scanning the chain to find lost funds if our state is destroyed,
+/// Keeping this limited allows for scanning the chain to find lost funds if our state is destroyed,
149
/// while this being more than a handful provides some privacy by not constantly reusing the same
150
/// scripts on-chain across channels.
151
// Note that this MUST remain below the maximum BIP 32 derivation paths (2^31)
0 commit comments