[bdk_chain_redesign] More tweaks and renamings

This commit is contained in:
志宇
2023-04-05 19:13:42 +08:00
parent ddd5e951f5
commit 24cd8c5cc7
3 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
//! # use bitcoin::Transaction;
//! # let tx_a = tx_from_hex(RAW_TX_1);
//! # let tx_b = tx_from_hex(RAW_TX_2);
//! let mut graph = TxGraph::<BlockId>::default();
//! let mut graph: TxGraph = TxGraph::default();
//!
//! // preview a transaction insertion (not actually inserted)
//! let additions = graph.insert_tx_preview(tx_a);