Skip to content

Commit

Permalink
Update transaction_orchestrator.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten committed Dec 17, 2024
1 parent 62939d1 commit 4c51b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-core/src/transaction_orchestrator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ impl TransactionOrchestratorMetrics {
)
.unwrap(),
wait_for_finality_finished: register_int_counter_with_registry!(
"tx_orchestrator_wait_for_finality_finished",
"tx_orchestrator_wait_for_finality_fnished",
"Total number of txns Transaction Orchestrator gets responses from Quorum Driver before timeout, either success or failure",
registry,
)
Expand Down

0 comments on commit 4c51b69

Please sign in to comment.