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 Oct 2023 23:22:29 +0000 (23:22 +0000)
commitd6fac9ffb08a43286de0d746f347281eec72e422
tree578e20beaa1dfe634a9f988bb14930be0d7e4124
parent5fe8c821c06e9a4f6695c62d81f1b86f2910696c
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