Skip to content

Commit 7ca58b3

Browse files
committed
chore(chain): fix typo in method doc comment
1 parent c846ad8 commit 7ca58b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chain/tests/test_indexed_tx_graph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ fn relevant_conflicts() -> anyhow::Result<()> {
133133
Ok(())
134134
}
135135

136-
/// Broadcast the original sending transcation.
136+
/// Broadcast the original sending transaction.
137137
fn broadcast_send(&self) -> anyhow::Result<Txid> {
138138
let client = self.env.rpc_client();
139139
Ok(client.send_raw_transaction(&self.tx_send)?)

0 commit comments

Comments
 (0)