Move ChannelManager to Channel's new block data API
authorMatt Corallo <git@bluematt.me>
Fri, 19 Mar 2021 00:32:30 +0000 (20:32 -0400)
committerMatt Corallo <git@bluematt.me>
Mon, 5 Apr 2021 17:03:04 +0000 (13:03 -0400)
commit60b962a18ebcf494340ddc001870f8160c625968
treec8ac883ff86211182c070c54a7bc911879cf8522
parent871f4143672b9d8e616dbc2b6df87366590179d0
Move ChannelManager to Channel's new block data API

This also moves the scanning of the block for commitment
transactions into channel, unifying the error path.
lightning/src/ln/channel.rs
lightning/src/ln/channelmanager.rs