Generate Events from ChannelMonitor to indicate spendable ouputs
authorAntoine Riard <ariard@student.42.fr>
Fri, 19 Oct 2018 02:44:40 +0000 (02:44 +0000)
committerMatt Corallo <git@bluematt.me>
Sat, 27 Oct 2018 13:34:28 +0000 (09:34 -0400)
commit8c235d9e28da0bcdb1d68166fc771e0c83a7b2fc
tree57a8506224da3077cac6b183bb3203ad6d87fa8f
parent70b026c3c58e74f99ca8e7e6b6b08bf046bb45d7
Generate Events from ChannelMonitor to indicate spendable ouputs

Extend KeyStorage with delayed_payment_base_key and per_commitment_point
to derive local_delayed private key
src/chain/keysinterface.rs [new file with mode: 0644]
src/chain/mod.rs
src/ln/channel.rs
src/ln/channelmonitor.rs
src/ln/peer_handler.rs
src/util/events.rs