chore: remove unused alby lsp (#1340)

This commit is contained in:
Roland 2025-05-26 17:07:47 +07:00 committed by GitHub
parent 710629ee7a
commit 08d33bc4a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 15 deletions

View file

@ -76,12 +76,10 @@ func NewLDKService(ctx context.Context, cfg config.Config, eventPublisher events
ldkConfig.TrustedPeers0conf = []string{
lsp.OlympusLSP().Pubkey,
lsp.AlbyPlebsLSP().Pubkey,
lsp.MegalithLSP().Pubkey,
"02b4552a7a85274e4da01a7c71ca57407181752e8568b31d51f13c111a2941dce3", // LNServer_Wave
// Mutinynet
lsp.AlbyMutinynetPlebsLSP().Pubkey,
lsp.OlympusMutinynetLSP().Pubkey,
lsp.MegalithMutinynetLSP().Pubkey,
}

View file

@ -22,19 +22,6 @@ func OlympusLSP() LSP {
return lsp
}
func AlbyPlebsLSP() LSP {
lsp := LSP{
Pubkey: "029ca15ad2ea3077f5f0524c4c9bc266854c14b9fc81b9cc3d6b48e2460af13f65",
}
return lsp
}
func AlbyMutinynetPlebsLSP() LSP {
lsp := LSP{
Pubkey: "02f7029c14f3d805843e065d42e9bdc57f5f414249f335906bbe282ff99b2be17a",
}
return lsp
}
func MegalithMutinynetLSP() LSP {
lsp := LSP{
Pubkey: "03e30fda71887a916ef5548a4d02b06fe04aaa1a8de9e24134ce7f139cf79d7579",