From f50cbe6076e318967b364113b6b99ec395651a1a Mon Sep 17 00:00:00 2001 From: "0xAWM.eth" <29773064+0xAWM@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:53:32 +0800 Subject: [PATCH] Test real_balance --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 24b984b46..45f276897 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" criterion = "0.4.0" [features] -default = ["cmp", "dataflow", "evm", "print_txn_corpus", "full_trace"] +default = ["cmp", "dataflow", "evm", "print_txn_corpus", "full_trace", "real_balance"] evm = [] cmp = [] dataflow = []