rust-lightning/lightning-transaction-sync
Arik Sosman 9914fd4f8d
Fix lightning-transaction sync 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.
2024-08-16 10:31:45 -07:00
..
src Fix lightning-transaction sync warnings. 2024-08-16 10:31:45 -07:00
tests Fix lightning-transaction sync warnings. 2024-08-16 10:31:45 -07:00
Cargo.toml Upgrade rust-bitcoin to 0.32.2. 2024-08-16 10:31:45 -07:00