Duplicate RemoteTxCache in ChannelMonitor
authorAntoine Riard <ariard@student.42.fr>
Mon, 18 May 2020 22:37:06 +0000 (18:37 -0400)
committerAntoine Riard <ariard@student.42.fr>
Thu, 28 May 2020 08:21:47 +0000 (04:21 -0400)
commit1d7ed17a647d5d0e66ab397fa89cc28cc5bc68c7
treed5fc1c28900ee2a83775a780478d9bff8ba44d4f
parent2c07f8e794659d8be22437516a4185042256f7bf
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