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>
Mon, 22 Apr 2024 21:57:48 +0000 (21:57 +0000)
commit6096a4f6ddcd38a6a56c8d7f2394b33712c999b6
tree0ff20c24ebf420dd6337923a83c48c6553e1c75d
parenta55935ce507f568f66234f54409e33405357ae2e
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