From 2b4c9d7c9b5f2dbc748e59a7126292d9e11bac06 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Fri, 6 Sep 2024 11:55:05 -0500 Subject: [PATCH] m --- crates/sui-core/src/authority_aggregator.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sui-core/src/authority_aggregator.rs b/crates/sui-core/src/authority_aggregator.rs index 1f5ae52e31297..c5fc1e57d158f 100644 --- a/crates/sui-core/src/authority_aggregator.rs +++ b/crates/sui-core/src/authority_aggregator.rs @@ -189,7 +189,7 @@ impl AuthAggMetrics { "auth_agg_remaining_tasks_when_cert_broadcasting_post_quorum_timeout", "Number of remaining tasks when post quorum certificate broadcasting times out", registry, - ).unwrap(), + ), quorum_reached_without_requested_objects: register_int_counter_with_registry!( "auth_agg_quorum_reached_without_requested_objects", "Number of times quorum was reached without getting the requested objects back from at least 1 validator",