From 8b0fd1cd8dbcbbd55b278ed04842aa551f61e690 Mon Sep 17 00:00:00 2001 From: Alexey Danilevich Date: Thu, 11 Nov 2021 20:44:28 +0300 Subject: [PATCH] Change features list --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d51296a..8dbdea98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ optional = true [features] default = ["telemetry"] -validator = ["async_collator", "async_validator", "slashing"] +validator = ["async_collator", "async_validator"] external_db = ["rdkafka"] async_collator = [] async_validator = []