Ignore unknown Events serialized with an odd type value.
authorMatt Corallo <git@bluematt.me>
Thu, 15 Jul 2021 16:30:52 +0000 (16:30 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 28 Jul 2021 17:35:09 +0000 (17:35 +0000)
commit8ffc2d1742ff1171a87b0410b21cbbd557ff8247
treeb42725addf3f21a61b1707f0c10ddd79277574a7
parent49ab8c2f9a9b33a137e97678bd67a186c04a65c9
Ignore unknown Events serialized with an odd type value.

This should provide some additional future extensibility, allowing
for new informational events which can be safely ignored to be
ignored by older versions.
lightning/src/util/events.rs