Change serialization backwards compat in Channel to use new version 2021-06-fix-fee-calc
authorMatt Corallo <git@bluematt.me>
Tue, 6 Jul 2021 00:27:35 +0000 (00:27 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 9 Jul 2021 01:33:44 +0000 (01:33 +0000)
commit4cc0d9dfe576950df67033d0e3eb2932351118a9
tree0c34deab230df5af4b1261a94503454912ffa9d2
parentdbfccf045f9ffb40c4a84babfab3e6746b10719e
Change serialization backwards compat in Channel to use new version

Instead of interpreting the backwards compatibility data in Channel
serialization, use the serialization version bump present in 0.0.99
as the flag to indicate if a channel should be read in backwards
compatibility.
lightning/src/ln/channel.rs