mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
Fix the browser node and update demo script (#5613)
* Fix browser node * Fix readme
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user