File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,18 @@ blinded path expiry.
76
76
* [ Fixed] ( https://github.com/lightningnetwork/lnd/pull/9021 ) an issue with some
77
77
command-line arguments not being passed when running ` make itest-parallel ` .
78
78
79
+
80
+ * [ Fix a bug] ( https://github.com/lightningnetwork/lnd/pull/9039 ) that would
81
+ cause UpdateAddHTLC message with blinding point fields to not be re-forwarded
82
+ correctly on restart.
83
+
79
84
# New Features
80
85
## Functional Enhancements
86
+
87
+ * LND will now [ temporarily ban peers] ( https://github.com/lightningnetwork/lnd/pull/9009 )
88
+ that send too many invalid ` ChannelAnnouncement ` . This is only done for LND nodes
89
+ that validate ` ChannelAnnouncement ` messages.
90
+
81
91
## RPC Additions
82
92
83
93
* The [ SendPaymentRequest] ( https://github.com/lightningnetwork/lnd/pull/8734 )
You can’t perform that action at this time.
0 commit comments