Merge pull request #9996 from calvinrzachman/lseed

chainreg: use new lseed service
This commit is contained in:
Oliver Gugger
2025-06-27 12:31:28 +02:00
committed by GitHub
2 changed files with 18 additions and 5 deletions

View File

@@ -41,6 +41,11 @@
`FeeForWeightRoundUp` to the `chainfee` package which rounds up a calculated
fee value to the nearest satoshi.
- [Update](https://github.com/lightningnetwork/lnd/pull/9996) lnd to point at
the new deployment of the lightning seed service which is used to provide
candidate peers during initial network bootstrap. The lseed service now
supports `testnet4` and `signet` networks as well.
## RPC Additions
## lncli Additions