]> git.bitcoin.ninja Git - rust-lightning/commit
Make `confirmables` `Deref`
authorElias Rohrer <dev@tnull.de>
Thu, 6 Jun 2024 07:18:04 +0000 (09:18 +0200)
committerElias Rohrer <dev@tnull.de>
Thu, 6 Jun 2024 07:18:04 +0000 (09:18 +0200)
commit777ce7b059c0e81cbb36813d9ad028f767985fdd
tree983a33c6e596b16f9531f19d16872c782e037a35
parent2701bc512ad0d73a3309bf87a6b2487b2bfe00bf
Make `confirmables` `Deref`

.. the bindings branch needed a small patch as it doesn't support `dyn`
traits. Here, we opt to use `Deref` in the hopes this works with
bindings, rendering the patch unnecessary.
lightning-transaction-sync/src/common.rs
lightning-transaction-sync/src/electrum.rs
lightning-transaction-sync/src/esplora.rs