Fix the browser node and update demo script (#5613)

* Fix browser node

* Fix readme
This commit is contained in:
Ashley
2020-04-13 00:26:52 +02:00
committed by GitHub
parent ec4d8b8bca
commit 309fdf3b3f
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ where
format!("{} (Browser)", name),
"unknown",
Default::default(),
&std::env::current_dir().expect("current directory must exist"),
&std::path::PathBuf::new(),
);
network.boot_nodes = chain_spec.boot_nodes().to_vec();
network.transport = TransportConfig::Normal {