mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
ChainListeners should be independent of each other, but in practice this is not the case because ChainWatchInterface introduces a dependency between them. Push ChainWatchInterface down into the ChainListener implementations where needed. Update ChainListener's block_connected method to take a slice of the form &[(usize, &Transaction)] where each transaction is paired with its position within the block. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |