We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c846ad8 commit 7ca58b3Copy full SHA for 7ca58b3
crates/chain/tests/test_indexed_tx_graph.rs
@@ -133,7 +133,7 @@ fn relevant_conflicts() -> anyhow::Result<()> {
133
Ok(())
134
}
135
136
- /// Broadcast the original sending transcation.
+ /// Broadcast the original sending transaction.
137
fn broadcast_send(&self) -> anyhow::Result<Txid> {
138
let client = self.env.rpc_client();
139
Ok(client.send_raw_transaction(&self.tx_send)?)
0 commit comments