Cache per-HTLC data in OnchainTxHandler::HTLCTxCache
authorAntoine Riard <ariard@student.42.fr>
Sat, 21 Mar 2020 22:52:00 +0000 (18:52 -0400)
committerAntoine Riard <ariard@student.42.fr>
Fri, 17 Apr 2020 21:43:50 +0000 (17:43 -0400)
Splitting further parsing from transaction generation, we cache
transaction elements needed for local HTLC transaction inside
OnchainTxHandler. Duplicated data will be removed from ChannelMonitor
in future commits.


No differences found