fix: build

This commit is contained in:
Greg Coppola
2022-07-06 09:53:23 -05:00
parent f0b4e71402
commit 4d2b296ad3

View File

@@ -116,7 +116,7 @@ lazy_static! {
"`execution_cost_runtime` for the last block observed."
)).unwrap();
pub static ref LAST_BLOCK_TRANSACTION_COUNT: IntGauge = register_gauge!(opts!(
pub static ref LAST_BLOCK_TRANSACTION_COUNT: IntGauge = register_int_gauge!(opts!(
"stacks_node_last_block_transaction_count",
"Number of transactions in the last block."
)).unwrap();