Skip to content

Commit a2d8a58

Browse files
committed
add fast blocks feature to the cargo files
1 parent 2b325b3 commit a2d8a58

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pallets/subtensor/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,4 @@ try-runtime = [
116116
"pallet-collective/try-runtime"
117117
]
118118
pow-faucet = []
119+
fast-blocks = []

runtime/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ substrate-wasm-builder = { workspace = true, optional = true }
122122
[features]
123123
default = ["std"]
124124
pow-faucet = ["pallet-subtensor/pow-faucet"]
125-
fast-blocks = []
125+
fast-blocks = [
126+
"pallet-subtensor/fast-blocks"
127+
]
126128
std = [
127129
"frame-try-runtime?/std",
128130
"frame-system-benchmarking?/std",

0 commit comments

Comments
 (0)