]> 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>
Sat, 4 Mar 2023 02:18:58 +0000 (02:18 +0000)
commitb1024b1b9308a88fe1174c53692900ebb2cd6d15
treedfb6683157cd08a7c97d564992349c9242ad562e
parentf2b315e9c9e9d77ef5abb5068d6e8e37f24bc419
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