]> Untitled Git - bdk/commit
Implement `Deref<Target=Client>` for `ElectrumBlockchain`
authorAlekos Filini <alekos.filini@gmail.com>
Mon, 8 Aug 2022 10:03:35 +0000 (12:03 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Mon, 8 Aug 2022 10:03:35 +0000 (12:03 +0200)
commitc5952dd09a61b1cd2185c273e0b8bcb3fd6ed2dd
treeb0b70921080a194b4ca681d7c60b130694f01552
parent03d3c786f2e3ce4c6481005b9abf18cfac242aa7
Implement `Deref<Target=Client>` for `ElectrumBlockchain`

As pointed out in https://github.com/bitcoindevkit/rust-electrum-client/pull/58#issuecomment-1207890096
there was no way to keep using the client once it was given to BDK.
src/blockchain/electrum.rs