]> git.bitcoin.ninja Git - rust-lightning/commit
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>
Wed, 6 May 2020 10:24:52 +0000 (06:24 -0400)
commitd5dc79fa7b5d9a22a2c9bafab3eb887648156cba
treeb4b28e95d410aac55a43c64d993029a0627d8d57
parent6c78c6da7788eb351a368302c1d32c959b5fc93f
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