Skip to content

Commit

Permalink
chore: add lqwd as trusted peer for no anchor reserve (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz authored Jul 24, 2024
1 parent d05491e commit 7a92191
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lnclient/ldk/ldk.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,14 @@ func NewLDKService(ctx context.Context, cfg config.Config, eventPublisher events
"02b4552a7a85274e4da01a7c71ca57407181752e8568b31d51f13c111a2941dce3", // LNServer_Wave
"0296b2db342fcf87ea94d981757fdf4d3e545bd5cef4919f58b5d38dfdd73bf5c9", // blocktank
"038ba8f67ba8ff5c48764cdd3251c33598d55b203546d08a8f0ec9dcd9f27e3637", // flashsats
"0370a5392cd7c81ff5128fa656ee6db0c4d11c778fcd6cb98cb6ba3b48394f5705", // lqwd

// Mutinynet
lsp.AlbyMutinynetPlebsLSP().Pubkey,
lsp.OlympusMutinynetLSP().Pubkey,
lsp.MegalithMutinynetLSP().Pubkey,
"0296820bbba5bd33719962bafd69996ee89e03ce7164d8f368cbb85463f5f47876", // flashsats
"035e8a9034a8c68f219aacadae748c7a3cd719109309db39b09886e5ff17696b1b", // lqwd
}

ldkConfig.ListeningAddresses = &listeningAddresses
Expand Down

0 comments on commit 7a92191

Please sign in to comment.