rust-lightning/lightning
Jeffrey Czyz e8ea0d9f04
Implement chain::Listen without using RefCell
The implementation of chain::Listen for ChannelMonitor required using a
RefCell since its block_connected method required a mutable borrow. This
is no longer the case since ChannelMonitor now uses interior mutability
via a Mutex. So the RefCell is no longer needed.
2021-03-01 22:12:26 -08:00
..
src Implement chain::Listen without using RefCell 2021-03-01 22:12:26 -08:00
Cargo.toml Update rust-bitcoin 2021-02-26 15:15:18 -05:00