paritytech / polkadot-launch

Simple CLI tool to launch a local Polkadot test network
MIT License
459 stars 93 forks source link

fix: .json extension wrongly passed to chain name #124

Closed CertainLach closed 3 years ago

CertainLach commented 3 years ago

Getting error on relay (polkadot v0.9.7) launch without this patch:

Error: 
   0: Invalid input: `rococo-local.json` only supported with `rococo-native` feature enabled.

Fixes #115

bkchr commented 3 years ago

This is not correct. Please use 0.9.8 this brings the correct fix.