Skip to content
Unverified Commit 9f8845dc authored by Javier Viola's avatar Javier Viola Committed by GitHub
Browse files

support single collator config in `toml` (#253)

`v1` version support define a parachain with a single collator using
`[parachain.collator]` (note this is a map and not a sequence). But in
the `sdk` we drop support in favor of always use a vec<NodeConfig>. This
pr allow to use the old toml definition __only__ with the load_from_toml
method.

cc:  @AlexD10S
parent f8ed4994
Pipeline #493704 passed with stage
in 18 minutes and 2 seconds
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