mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
chore: remove unused alby lsp (#1340)
This commit is contained in:
parent
710629ee7a
commit
08d33bc4a8
2 changed files with 0 additions and 15 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue