Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
chore: add blocktank as a trusted peer (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz authored May 2, 2024
1 parent 91becbc commit 735a7f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ldk.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func NewLDKService(ctx context.Context, svc *Service, mnemonic, workDir string,
config.AnchorChannelsConfig.TrustedPeersNoReserve = []string{
lsp.OlympusLSP().Pubkey,
lsp.AlbyPlebsLSP().Pubkey,
"0296b2db342fcf87ea94d981757fdf4d3e545bd5cef4919f58b5d38dfdd73bf5c9", // blocktank
}

config.ListeningAddresses = &listeningAddresses
Expand Down

0 comments on commit 735a7f2

Please sign in to comment.