]> 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, 24 Oct 2023 04:16:34 +0000 (04:16 +0000)
commit6f03cc8588dd1c25565775ac5ec4ddd077c53bec
tree6da0a16fd684134e1fd3e854c59aba8b38c62322
parentb7f08e585e093f6376779cc89659073117a7cede
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