From: Wei Chen Date: Thu, 7 Aug 2025 06:36:45 +0000 (+0000) Subject: chore(chain): fix typo in method doc comment X-Git-Tag: core-0.6.2~9^2 X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=7ca58b3f6b81f22dff97e74e3e44b4e037f401e1;p=bdk chore(chain): fix typo in method doc comment --- diff --git a/crates/chain/tests/test_indexed_tx_graph.rs b/crates/chain/tests/test_indexed_tx_graph.rs index b22b47aa..1e87f009 100644 --- a/crates/chain/tests/test_indexed_tx_graph.rs +++ b/crates/chain/tests/test_indexed_tx_graph.rs @@ -133,7 +133,7 @@ fn relevant_conflicts() -> anyhow::Result<()> { Ok(()) } - /// Broadcast the original sending transcation. + /// Broadcast the original sending transaction. fn broadcast_send(&self) -> anyhow::Result { let client = self.env.rpc_client(); Ok(client.send_raw_transaction(&self.tx_send)?)