mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
The parachain does not need any bootnodes for now
This commit is contained in:
@@ -83,6 +83,7 @@ pub fn run<I, T, E>(args: I, exit: E, version: VersionInfo) -> error::Result<()>
|
|||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
config.network.listen_addresses = Vec::new();
|
config.network.listen_addresses = Vec::new();
|
||||||
|
config.network.boot_nodes = vec![];
|
||||||
config.chain_spec = chain_spec::get_chain_spec();
|
config.chain_spec = chain_spec::get_chain_spec();
|
||||||
|
|
||||||
match config.roles {
|
match config.roles {
|
||||||
|
|||||||
Reference in New Issue
Block a user