]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Use rust-bitcoin's new SigHashCache instead of SignatureHashComp's
authorMatt Corallo <git@bluematt.me>
Tue, 25 Aug 2020 22:47:24 +0000 (18:47 -0400)
committerMatt Corallo <git@bluematt.me>
Thu, 10 Sep 2020 20:20:01 +0000 (16:20 -0400)
Thew new API is a bit harder to misuse by taking a reference to the
transaction to require the inputs match the input being signed.


No differences found