]> git.bitcoin.ninja Git - rust-lightning/commit
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>
Mon, 4 Jan 2021 21:14:26 +0000 (16:14 -0500)
commitb0e733ed9ef5ca012ac1dd20560f4cfd3f32e56c
treed6c8e0003d4f64358a3badc5eace1d6a8901958a
parent8b216b13ff1f463fe1756ea877172e471076681a
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