Skip to content

Fix typo: rename LightingWalletRepository to LightningWalletRepository#149

Merged
TaprootFreak merged 2 commits intoLightningDotSpace:developfrom
TaprootFreak:fix/lighting-wallet-repository-typo
Feb 14, 2026
Merged

Fix typo: rename LightingWalletRepository to LightningWalletRepository#149
TaprootFreak merged 2 commits intoLightningDotSpace:developfrom
TaprootFreak:fix/lighting-wallet-repository-typo

Conversation

@TaprootFreak
Copy link
Contributor

Summary

  • The class LightingWalletRepository was missing the 'n' in "Lightning" (Lighting vs Lightning)
  • Renamed to LightningWalletRepository across all 6 files that reference or import it

Changed files

  • lightning-wallet.repository.ts (class definition)
  • user.module.ts (provider registration)
  • lightning-wallet.service.ts (import + injection)
  • user-boltcard.service.ts (import + injection)
  • monitoring.module.ts (import + provider)
  • monitoring.service.ts (import + injection)

Test plan

  • yarn lint passes
  • yarn build passes
  • Verify no runtime DI errors on startup

The class name was missing the 'n' in Lightning (Lighting vs Lightning).
Rename across all files that reference or import it.
…tRepository

The previous commit only renamed the class/type but missed the
property and variable names in MonitoringService, LightningWalletService,
and UserBoltcardService.
@TaprootFreak TaprootFreak marked this pull request as ready for review February 14, 2026 20:10
@TaprootFreak TaprootFreak merged commit 297d166 into LightningDotSpace:develop Feb 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants