From 7ca58b3f6b81f22dff97e74e3e44b4e037f401e1 Mon Sep 17 00:00:00 2001 From: Wei Chen Date: Thu, 7 Aug 2025 06:36:45 +0000 Subject: [PATCH] chore(chain): fix typo in method doc comment --- crates/chain/tests/test_indexed_tx_graph.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)?) -- 2.49.0