Duplicate RemoteTxCache in ChannelMonitor
authorAntoine Riard <ariard@student.42.fr>
Mon, 27 Apr 2020 23:22:10 +0000 (19:22 -0400)
committerAntoine Riard <ariard@student.42.fr>
Tue, 12 May 2020 21:41:33 +0000 (17:41 -0400)
commit1401d4b0abac0b76e39f94e64611115d0544c31f
treef8140c96928e3e8205c6d41b9d1274cc6496e229
parentefe86e81b9fa72b2a3461afa370e88fd38daaa0d
Duplicate RemoteTxCache in ChannelMonitor

Dry-up remote pubkeys tracking in one struct.

This introduce a duplicate of RemoteTxCache, which is going
to be removed in next commit when OnchainTxHandler version is
removed.
lightning/src/chain/keysinterface.rs
lightning/src/ln/channelmonitor.rs
lightning/src/ln/onchaintx.rs