]> git.bitcoin.ninja Git - rust-lightning/commit
Use upstreamed `validate_merkle_proof`
authorElias Rohrer <dev@tnull.de>
Mon, 15 Jul 2024 11:43:22 +0000 (13:43 +0200)
committerElias Rohrer <dev@tnull.de>
Mon, 15 Jul 2024 12:19:57 +0000 (14:19 +0200)
commitb3a58e6db69a0d74c4f9d61fdcc9df80dac86854
tree73a2c7bd9953a591995cd6ce26a8d4b78fed1f3e
parentdd5d297d641facad24518cf2668cf1f38caf7dbc
Use upstreamed `validate_merkle_proof`

We previously upstreamed the `validate_merkle_proof` utility method,
which shipped with `electrum-client` 0.19.0.

Since we upgraded to that version recently, we can now drop our local
code and use the upstreamed version.
lightning-transaction-sync/src/electrum.rs