Fix ChannelMonitor round-trip introduced by 3d640da5c343111f538f006 2020-03-fix-mon-ser
authorMatt Corallo <git@bluematt.me>
Mon, 16 Mar 2020 23:01:17 +0000 (19:01 -0400)
committerMatt Corallo <git@bluematt.me>
Tue, 17 Mar 2020 00:02:48 +0000 (20:02 -0400)
3d640da5c343111f538f006996c13c9a98e0d9e6 changed the indexes for
some enums in ChannelMonitor deserialization but not serialization.
Thus, the chanmon_deser_target fuzz target failed on travis on at
least one PR.


No differences found