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 6d8bc63 commit 6141bcdCopy full SHA for 6141bcd
docs/release-notes/release-notes-0.20.0.md
@@ -88,6 +88,11 @@ circuit. The indices are only available for forwarding events saved after v0.20.
88
# Technical and Architectural Updates
89
## BOLT Spec Updates
90
91
+* Explicitly define the [inbound fee TLV
92
+ record](https://github.com/lightningnetwork/lnd/pull/9897) on the
93
+ `channel_update` message and handle it explicitly throughout the code base
94
+ instead of extracting it from the TLV stream at various call-sites.
95
+
96
## Testing
97
98
## Database
@@ -99,4 +104,5 @@ circuit. The indices are only available for forwarding events saved after v0.20.
99
104
# Contributors (Alphabetical Order)
100
105
101
106
* Abdulkbk
102
-Pins
107
+* Elle Mouton
108
+* Pins
0 commit comments