Cache remote basepoint and remote_csv in new OnchainTxHandler::RemoteTxCache
authorAntoine Riard <ariard@student.42.fr>
Tue, 24 Mar 2020 01:22:14 +0000 (21:22 -0400)
committerAntoine Riard <ariard@student.42.fr>
Mon, 18 May 2020 08:39:26 +0000 (04:39 -0400)
commit6b1afcc313b2f031e568b695cd83fc53c18abd4c
tree742781cec6d7533d570b4abf067a79f0882ca7f8
parentd4ad57b7e65f206bc40989eaef7ce2efe9428935
Cache remote basepoint and remote_csv in new OnchainTxHandler::RemoteTxCache

Used in next commits to avoid passing script between ChannelMonitor
and OnchainTxHandler. ChannelMonitor duplicata will be removed
in future commits.
lightning/src/ln/channelmonitor.rs
lightning/src/ln/onchaintx.rs