diff --git a/service/Cargo.toml b/service/Cargo.toml index 353837a..6a2425f 100644 --- a/service/Cargo.toml +++ b/service/Cargo.toml @@ -106,7 +106,7 @@ tempfile = { workspace = true } [features] default = ["db", "full-node"] db = ["sc-service/rocksdb"] -full-node = ["kvdb-rocksdb", "parity-db"] +full-node = ["kvdb-rocksdb", "parity-db", "casper-native"] runtime-benchmarks = [ "frame-benchmarking-cli/runtime-benchmarks", "frame-benchmarking/runtime-benchmarks",