File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ circuit. The indices are only available for forwarding events saved after v0.20.
85
85
* [ 3] ( https://github.com/lightningnetwork/lnd/pull/9887 )
86
86
* [ 4] ( https://github.com/lightningnetwork/lnd/pull/9931 )
87
87
* [ 5] ( https://github.com/lightningnetwork/lnd/pull/9935 )
88
+ * [ 6] ( https://github.com/lightningnetwork/lnd/pull/9936 )
89
+ * [ 7] ( https://github.com/lightningnetwork/lnd/pull/9937 )
88
90
89
91
## RPC Updates
90
92
@@ -125,6 +127,13 @@ circuit. The indices are only available for forwarding events saved after v0.20.
125
127
126
128
## Testing
127
129
130
+ * Previously, automatic peer bootstrapping was disabled for simnet, signet and
131
+ regtest networks even if the ` --nobootstrap ` flag was not set. This automatic
132
+ disabling has now been
133
+ [ removed] ( https://github.com/lightningnetwork/lnd/pull/9967 ) meaning that any
134
+ test network scripts that rely on bootstrapping being disabled will need to
135
+ explicitly define the ` --nobootstrap ` flag.
136
+
128
137
## Database
129
138
130
139
## Code Health
You can’t perform that action at this time.
0 commit comments