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)
commit6fe8c121a782f2ec9477ffb4d96ba82e6009f36e
treec4973a76a58e3cb2c28ea086cdb9e7a2b76fda1a
parent4c33197af86d2ec628fa7817c3fcec3e6bff787e
Fix ChannelMonitor round-trip introduced by 3d640da5c343111f538f006

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.
lightning/src/ln/channelmonitor.rs