Skip to content
Snippets Groups Projects
Unverified Commit f5e9827f authored by Alexandru Gheorghe's avatar Alexandru Gheorghe Committed by GitHub
Browse files

zombienet_tests: Fix genesis error in 0006-parachains-max-tranche0.toml (#2191)


There was a race in merging between
https://github.com/paritytech/polkadot-sdk/pull/1256 and
https://github.com/paritytech/polkadot-sdk/pull/1178, so this newly
added tests wasn't updated with the new path for the configuration, so
fix that.

Signed-off-by: default avatarAlexandru Gheorghe <alexandru.gheorghe@parity.io>
parent c4211b65
No related merge requests found
Pipeline #410520 passed with stages
in 42 minutes and 15 seconds
......@@ -2,7 +2,7 @@
timeout = 1000
bootnode = true
[relaychain.genesis.runtime.configuration.config]
[relaychain.genesis.runtimeGenesis.patch.configuration.config]
max_validators_per_core = 1
needed_approvals = 7
relay_vrf_modulo_samples = 5
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment