]> 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>
Fri, 15 Jan 2021 01:25:08 +0000 (20:25 -0500)
commit30bf801696ed9305c20510f2983a66bec7a6b1ed
treee5ca63a8b557aefacbac71c9db545f3da161233a
parent189ad4d3fbdef7aed4f5074aa1c6ca8c86c77850
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