rust-lightning/lightning
Valentine Wallace 969f863013
chaininterface: add BlockNotifier struct
Adding this struct will allow us to remove the circular reference
between ChainListeners and the ChainWatchInterface, because it
separates out the responsibility of notifying listeners about new
blocks from the responsibility of storing and retrieving watched
transactions.
2019-11-21 20:34:00 -05:00
..
fuzz multi: remove listeners field and method from ChainWatchInterface 2019-11-21 18:06:35 -05:00
src chaininterface: add BlockNotifier struct 2019-11-21 20:34:00 -05:00
Cargo.toml Use workspaces to separate crates 2019-11-15 02:44:30 +00:00