rust-lightning/lightning-net-tokio
Jeffrey Czyz 3ee6a27bc6
Replace ChainWatchInterface in NetGraphMsgHandler
ChainWatchInterface was intended as an interface for watching rather
than accessing the chain. Remove get_chain_utxo and add chain::Access
trait for this behavior. Wrap it with an Option in NetGraphMsgHandler in
order to simplify the error interface.
2020-09-30 22:39:38 -07:00
..
src Replace ChainWatchInterface in NetGraphMsgHandler 2020-09-30 22:39:38 -07:00
Cargo.toml Update to latest upstream rust-bitcoin 2020-09-10 16:20:01 -04:00