]> Untitled Git - bdk/commit
feat(chain,wallet)!: change methods to take in generic instead of `&Transaction`
author志宇 <hello@evanlinjin.me>
Mon, 2 Sep 2024 09:59:09 +0000 (17:59 +0800)
committer志宇 <hello@evanlinjin.me>
Tue, 3 Sep 2024 06:03:07 +0000 (14:03 +0800)
commit87e61212f556bccfaa2a64b74f727cedc0f70e9c
treeef88e6095e000a6214c68fe01df5016df1738076
parentc39284d8299c5a8b34b73ce947e93425d5cdc121
feat(chain,wallet)!: change methods to take in generic instead of `&Transaction`

* `Wallet::apply_unconfirmed_txs`
* `IndexedTxGraph::batch_insert_relevant`
* `IndexedTxGraph::batch_insert_relevant_unconfirmed`
crates/chain/src/indexed_tx_graph.rs
crates/chain/tests/test_indexed_tx_graph.rs
crates/wallet/src/wallet/mod.rs
example-crates/example_bitcoind_rpc_polling/src/main.rs
example-crates/wallet_rpc/src/main.rs