Add purchase module to westend (#1429)

This commit is contained in:
Shawn Tabrizi
2020-07-17 15:18:02 +02:00
committed by GitHub
parent 3fa224bfa4
commit 04f9c6ece8
2 changed files with 50 additions and 6 deletions
+3 -2
View File
@@ -70,7 +70,7 @@ frame-benchmarking = { git = "https://github.com/paritytech/substrate", branch =
frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }
pallet-offences-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }
pallet-session-benchmarking = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false, optional = true }
hex-literal = { version = "0.2.1", optional = true }
hex-literal = { version = "0.2.1" }
runtime-common = { package = "polkadot-runtime-common", path = "../common", default-features = false }
primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false }
@@ -172,7 +172,8 @@ runtime-benchmarks = [
"vesting/runtime-benchmarks",
"pallet-offences-benchmarking",
"pallet-session-benchmarking",
"hex-literal",
# uncomment when it is made optional again
# "hex-literal",
]
# When enabled, the runtime api will not be build.
#