rust-lightning/lightning-block-sync
Elias Rohrer f4fe450921
Fix synchronize_listeners calling default implementation
Previously, the `ChainListenerSet` `Listen` implementation wouldn't
forward to the listeners `block_connected` implementation outside of
tests. This would result in the default implementation of
`Listen::block_connected` being used and the listeners implementation
never being called.
2024-10-10 17:16:18 +02:00
..
src Fix synchronize_listeners calling default implementation 2024-10-10 17:16:18 +02:00
Cargo.toml Update versions to 0.0.124 and invoice 0.32 types 0.1 release 2024-09-03 18:18:52 +00:00