Fix cli/browser.rs and allow selecting a chainspec on wasm. (#815)

* Fix browser.rs

* Apply suggestions from code review

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Ashley
2020-02-01 17:32:52 +01:00
committed by GitHub
parent 2e3dd801b9
commit 7e4e4108a6
4 changed files with 25 additions and 21 deletions
-1
View File
@@ -3753,7 +3753,6 @@ dependencies = [
"sc-client-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sc-client-db 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sc-executor 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sc-service 0.8.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sp-api 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sp-core 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",
"sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",