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 9313b79 commit a560983Copy full SHA for a560983
lightning/src/sign/mod.rs
@@ -2207,7 +2207,7 @@ impl KeysManager {
2207
}
2208
#[cfg(test)]
2209
if self.v2_remote_key_derivation {
2210
- // In tests, we don't have to deal with upgrades from V1 sighers with
+ // In tests, we don't have to deal with upgrades from V1 signers with
2211
// `v2_remote_key_derivation` set, so use this opportunity to test
2212
// `possible_v2_counterparty_closed_balance_spks`.
2213
let possible_spks =
0 commit comments