Skip to content

Commit 7a00604

Browse files
committed
run zepter
1 parent f88f162 commit 7a00604

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

node/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,10 @@ rocksdb = [
133133
"sc-cli/rocksdb",
134134
]
135135
default = ["rocksdb", "sql", "txpool"]
136-
fast-blocks = ["node-subtensor-runtime/fast-blocks"]
136+
fast-blocks = [
137+
"node-subtensor-runtime/fast-blocks",
138+
"subtensor-runtime-common/fast-blocks"
139+
]
137140
sql = ["fc-db/sql", "fc-mapping-sync/sql"]
138141
txpool = ["fc-rpc/txpool", "fc-rpc-core/txpool"]
139142

0 commit comments

Comments
 (0)