Implement bump_transaction::WalletSource for BitcoindClient
authorWilmer Paulino <wilmer@wilmerpaulino.com>
Mon, 14 Aug 2023 16:00:21 +0000 (09:00 -0700)
committerWilmer Paulino <wilmer@wilmerpaulino.com>
Mon, 14 Aug 2023 16:07:35 +0000 (09:07 -0700)
commit8b3567dd1aca31e46837dca423c209cf8c33eb70
treec4df88dce83d5f79d2b23ade8c3c122e6b9f3d8e
parentf790560dadcf9910ff8d2e12118a0cc1126e2157
Implement bump_transaction::WalletSource for BitcoindClient

`BitcoindClient` will be used as the view into the onchain wallet from
which we'll source UTXOs.
src/bitcoind_client.rs
src/convert.rs