Implement claiming of revoked HTLC transactions by ChannelMonitor
authorAntoine Riard <ariard@student.42.fr>
Tue, 11 Sep 2018 01:40:53 +0000 (01:40 +0000)
committerAntoine Riard <ariard@student.42.fr>
Wed, 12 Sep 2018 23:50:58 +0000 (23:50 +0000)
commit3e149b1fb6624eef99b055bde772842f364abdca
tree8efb072cc7b0d68f87571c265b7d09aef09a87ff
parentd84c084df7b7dae62ea6b1a51951fb01391a7ebd
Implement claiming of revoked HTLC transactions by ChannelMonitor

Refactor check_spend_remote_transaction in part to check_spend_remote_htlc to
avoid lock mess in block_connected. We need
remote_commitment_txn_on_chain to match remote HTLC tx
src/ln/channelmonitor.rs