]> Untitled Git - bdk/commit
[bdk_chain_redesign] Make default anchor for `TxGraph` as `()`
author志宇 <hello@evanlinjin.me>
Thu, 30 Mar 2023 10:14:44 +0000 (18:14 +0800)
committer志宇 <hello@evanlinjin.me>
Thu, 30 Mar 2023 10:14:44 +0000 (18:14 +0800)
commit8c906170c96919cd8c65e306b8351fe01e139fd4
tree39c62f16b7dca9e50c945350d3a37b88221c1bb0
parent468701a1295c90761749e1bb46cc201cc7f95613
[bdk_chain_redesign] Make default anchor for `TxGraph` as `()`

This allows us to use the old API with minimal changes. `TxGraph`
methods have also been rearranged to allow for it.
crates/bdk/src/wallet/mod.rs
crates/chain/src/chain_graph.rs
crates/chain/src/tx_graph.rs