]> git.bitcoin.ninja Git - rust-lightning/commit
Use an explicit `Sign` type on the `ChannelMonitor` read tuple
authorMatt Corallo <git@bluematt.me>
Sat, 24 Dec 2022 04:16:48 +0000 (04:16 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 26 Apr 2023 17:38:04 +0000 (17:38 +0000)
commit9c94628165016b25b9a109bae38de1e4039569af
treeb41aca1dc5d37e949d0de6b4a86283569459eb62
parenta2910a8b7efdc2be2f1c417d325d5d691785329d
Use an explicit `Sign` type on the `ChannelMonitor` read tuple

The bindings currently get confused by the implicit `Sign` type, so
we temporarily remove it on the `impl` here.
lightning-persister/src/lib.rs
lightning/src/chain/channelmonitor.rs