Skip to content

Commit 032e0de

Browse files
committed
f sp
1 parent f67e880 commit 032e0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/sign/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ pub(crate) const P2TR_KEY_PATH_WITNESS_WEIGHT: u64 = 1 /* witness items */
145145
/// the script which we receive funds to on-chain when our counterparty force-closes a channel is
146146
/// one of this many possible derivation paths.
147147
///
148-
/// Keping this limited allows for scanning the chain to find lost funds if our state is destroyed,
148+
/// Keeping this limited allows for scanning the chain to find lost funds if our state is destroyed,
149149
/// while this being more than a handful provides some privacy by not constantly reusing the same
150150
/// scripts on-chain across channels.
151151
// Note that this MUST remain below the maximum BIP 32 derivation paths (2^31)

0 commit comments

Comments
 (0)