You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments