We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0141e commit 2a31294Copy full SHA for 2a31294
node/Cargo.toml
@@ -116,6 +116,7 @@ substrate-build-script-utils = { workspace = true }
116
[features]
117
default = ["rocksdb", "sql", "txpool"]
118
fast-blocks = ["node-subtensor-runtime/fast-blocks"]
119
+no-start-call-limit = ["node-subtensor-runtime/no-start-call-limit"]
120
sql = ["fc-db/sql", "fc-mapping-sync/sql"]
121
rocksdb = [
122
"sc-service/rocksdb",
0 commit comments