Skip to content

Commit 75a3531

Browse files
committed
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.
1 parent 4d766c4 commit 75a3531

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/release-notes/release-notes-0.20.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,13 @@ circuit. The indices are only available for forwarding events saved after v0.20.
125125

126126
## Testing
127127

128+
* Previously, automatic peer bootstrapping was disabled for simnet, signet and
129+
regtest networks even if the `--nobootstrap` flag was not set. This automatic
130+
disabling has now been
131+
[removed](https://github.com/lightningnetwork/lnd/pull/9967) meaning that any
132+
test network scripts that rely on bootstrapping being disabled will need to
133+
explicitly define the `--nobootstrap` flag.
134+
128135
## Database
129136

130137
## Code Health

0 commit comments

Comments
 (0)