Skip to content

Commit

Permalink
Fix try runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthamastro committed Nov 1, 2023
1 parent fbb8a06 commit b11f2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/mainnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ sc-service-test = { git = "https://github.com/paritytech/polkadot-sdk", branch =
default = []
runtime-benchmarks = ["node-polkadex-runtime/runtime-benchmarks", "frame-benchmarking-cli/runtime-benchmarks"]
cli = ["try-runtime-cli"]
try-runtime = ["node-polkadex-runtime/try-runtime", "try-runtime-cli/try-runtime","try-runtime-cli"]
try-runtime = ["node-polkadex-runtime/try-runtime", "try-runtime-cli/try-runtime", "try-runtime-cli"]

0 comments on commit b11f2a9

Please sign in to comment.