Update C++ bindings demo to use `ChannelManager` de/serialization
authorMatt Corallo <git@bluematt.me>
Thu, 31 Dec 2020 22:48:55 +0000 (17:48 -0500)
committerMatt Corallo <git@bluematt.me>
Wed, 3 Feb 2021 15:11:35 +0000 (10:11 -0500)
commit3efd641ca4a9b24d1dac5f496ac0d3c4d302023f
tree19de9a5f475b9063b5d94134ecd0b54b447c73e6
parent78bc72409144065d544c4723e522c9924791ea43
Update C++ bindings demo to use `ChannelManager` de/serialization

This demonstrates (and tests) the newly-exposed `ChannelManager`
de/serialization functions. Best revewied with -b --color-moved.
lightning-c-bindings/demo.cpp