]> git.bitcoin.ninja Git - rust-lightning/commit
Fix lightning-background-processor warnings.
authorArik Sosman <git@arik.io>
Wed, 14 Aug 2024 20:41:55 +0000 (13:41 -0700)
committerArik Sosman <git@arik.io>
Fri, 16 Aug 2024 17:31:45 +0000 (10:31 -0700)
commit813202f5544d9b4fbbf2437af0ae8a4e31d0a6d7
treed140b66f8a39d759572fd7644633565a4bc5de50
parentd85a1a9a8d935fc98fb24427d78f2bbc8c1017ca
Fix lightning-background-processor warnings.

Version 0.32.2 of `rust-bitcoin` deprecates a number of methods that
are commonly used in this project, most visibly `txid()`, which is
now called `compute_txid()`. This resulted in a lot of warnings, and
this commit is part of a series that seeks to address that.
lightning-background-processor/src/lib.rs