Commit 683e849
committed
Correct
In e8854f9 we changed the type of
`ChannelManager::in_flight_monitor_updates`, writing a legacy
version and reading the new version as a new TLV field. Sadly, we
spuriously marked the new TLV as `required`, breaking upgrade from
0.1.
Here we fix the oversight by simply marking it `option`al.ChannelManager in_flight_monitor_updates serialization1 parent 98297a6 commit 683e849
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13566 | 13566 | | |
13567 | 13567 | | |
13568 | 13568 | | |
13569 | | - | |
| 13569 | + | |
13570 | 13570 | | |
13571 | 13571 | | |
13572 | 13572 | | |
| |||
14097 | 14097 | | |
14098 | 14098 | | |
14099 | 14099 | | |
14100 | | - | |
| 14100 | + | |
14101 | 14101 | | |
14102 | 14102 | | |
14103 | 14103 | | |
| |||
0 commit comments