]> 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>
Tue, 3 Sep 2024 14:00:23 +0000 (14:00 +0000)
commit0f1e819268bc202ec69711d7e70d20197aa0f8e6
treecf5544b92d3117bc61a8e61b738bfd49cf4dd298
parentd5ef56830c52d25c249fb95c19a5e44b49938b4c
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/src/chain/channelmonitor.rs