Replace is_htlc in InputMaterial by InputDescriptor
authorAntoine Riard <ariard@student.42.fr>
Tue, 24 Mar 2020 03:28:00 +0000 (23:28 -0400)
committerAntoine Riard <ariard@student.42.fr>
Mon, 18 May 2020 08:42:09 +0000 (04:42 -0400)
commit6512e8a8ddd99b5d26a5cd9d8def72f7a5b87339
treea817787e48aceca5e39386446f536f6c8b5149a8
parent275814cc1db90b72b2f44272f33cd1346395231a
Replace is_htlc in InputMaterial by InputDescriptor

As we cache more and more transaction elements in OnchainTxHandler
we should dry up completly InputMaterial until them being replaced
directly by InputDescriptor
lightning/src/ln/channelmonitor.rs
lightning/src/ln/onchaintx.rs