We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d766c4 commit 75a3531Copy full SHA for 75a3531
docs/release-notes/release-notes-0.20.0.md
@@ -125,6 +125,13 @@ circuit. The indices are only available for forwarding events saved after v0.20.
125
126
## Testing
127
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
+
135
## Database
136
137
## Code Health
0 commit comments