From 51eb02dcb4e109051f9c5611d6cb58b678183ae9 Mon Sep 17 00:00:00 2001 From: hrls Date: Fri, 16 Aug 2024 16:41:07 +0300 Subject: [PATCH] Add missed 'mainnet-runtime' feature to node --- node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/Cargo.toml b/node/Cargo.toml index 93acd40..14291cd 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -97,7 +97,7 @@ atleta-runtime = { workspace = true, features = ["std"] } substrate-build-script-utils = { workspace = true } [features] -default = ["with-rocksdb-weights", "rocksdb", "sql", "txpool"] +default = ["with-rocksdb-weights", "rocksdb", "sql", "txpool", "mainnet-runtime"] rocksdb = [ "sc-cli/rocksdb", "sc-service/rocksdb",