]> Untitled Git - bdk/commitdiff
chore(chain): fix typo in method doc comment
authorWei Chen <wzc110@gmail.com>
Thu, 7 Aug 2025 06:36:45 +0000 (06:36 +0000)
committerWei Chen <wzc110@gmail.com>
Thu, 7 Aug 2025 06:36:45 +0000 (06:36 +0000)
crates/chain/tests/test_indexed_tx_graph.rs

index b22b47aa84253ef0bdf9021945e2110291dba421..1e87f009a72212ce4792b752468ca2109d5f0dbb 100644 (file)
@@ -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<Txid> {
             let client = self.env.rpc_client();
             Ok(client.send_raw_transaction(&self.tx_send)?)