rust-lightning/lightning
Antoine Riard 9455b49a5d Dedup RemoteTxCache by removing OnchainTxHandler copy
RemoteTxCache was providing all data needed at transaction
signature for any remote HTLC transaction or justice transaction.
This move was making the API between OnchainTxHandle akward and
scope of responsibilites with ChannelMonitor unclear.

Instead scope OnchainTxHandler to transaction-finalization, fee-bumping
and broadcast only.
2020-05-28 04:21:47 -04:00
..
src Dedup RemoteTxCache by removing OnchainTxHandler copy 2020-05-28 04:21:47 -04:00
Cargo.toml Remove non-bitcoin chain helpers 2020-05-12 09:27:11 -04:00