docs: update release notes

Warn users of simnet/signet/regtest scripts that they will now need to
explicitly specify the `--nobootstrap` flag to turn bootstrapping off.
This commit is contained in:
Elle Mouton
2025-06-20 10:32:46 +02:00
parent 4d766c457f
commit 75a353146d

View File

@@ -125,6 +125,13 @@ circuit. The indices are only available for forwarding events saved after v0.20.
## Testing ## Testing
* Previously, automatic peer bootstrapping was disabled for simnet, signet and
regtest networks even if the `--nobootstrap` flag was not set. This automatic
disabling has now been
[removed](https://github.com/lightningnetwork/lnd/pull/9967) meaning that any
test network scripts that rely on bootstrapping being disabled will need to
explicitly define the `--nobootstrap` flag.
## Database ## Database
## Code Health ## Code Health