Skip to content

Commit

Permalink
Add missed 'mainnet-runtime' feature to node (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrls authored Aug 16, 2024
1 parent b79415c commit 8afb82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8afb82d

Please sign in to comment.