Use even types for opt_anchors
authorWilmer Paulino <wilmer.paulino@gmail.com>
Wed, 7 Dec 2022 18:30:25 +0000 (10:30 -0800)
committerWilmer Paulino <wilmer.paulino@gmail.com>
Wed, 7 Dec 2022 18:35:54 +0000 (10:35 -0800)
commitb5784803c666a4d94140cbd5091c458072604639
tree267cd753d0df97094c6768d4f1709265945ece02
parentd9d4611e65c64001d5ac3b46a1c0288965ee4378
Use even types for opt_anchors

This prevents downgrading to older versions of LDK that are not capable
of supporting anchor channels when the field is serialized (i.e.,
opt_anchors is `Some`).
lightning/src/chain/package.rs