From 2f582268e40bbd81d78c33eef36c9d82d1953096 Mon Sep 17 00:00:00 2001 From: cong-or Date: Wed, 29 Nov 2023 11:12:49 +0000 Subject: [PATCH] Revert "refactor(remove spending counter): performance testing" This reverts commit 3fb2b4e4c22620bc115670a0e457f8d612160931. --- jormungandr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index 94a97ff46d..a2e26ef4d5 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -87,7 +87,7 @@ libc = "0.2.124" nix = "0.23.0" [features] -default = ["codegen-rustfmt","prometheus-metrics"] +default = ["codegen-rustfmt"] with-bench = [] codegen-rustfmt = ["chain-network/codegen-rustfmt"] integration-test = []