Skip to content

Commit 2a31294

Browse files
add future to node subpackage
1 parent 0b0141e commit 2a31294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ substrate-build-script-utils = { workspace = true }
116116
[features]
117117
default = ["rocksdb", "sql", "txpool"]
118118
fast-blocks = ["node-subtensor-runtime/fast-blocks"]
119+
no-start-call-limit = ["node-subtensor-runtime/no-start-call-limit"]
119120
sql = ["fc-db/sql", "fc-mapping-sync/sql"]
120121
rocksdb = [
121122
"sc-service/rocksdb",

0 commit comments

Comments
 (0)