]> 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, 22 Jul 2023 00:13:24 +0000 (00:13 +0000)
commit24d99fdf1e7d48f8678025696953a34fdd6c48d5
treeba3ae4156a4ab036f40467a181b4943a8c9b726d
parent9f377cd02d50aac654d5d42e4f5e3c0e34776488
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