diff --git a/src/config.rs b/src/config.rs index dc9aa73..0826f68 100644 --- a/src/config.rs +++ b/src/config.rs @@ -99,7 +99,7 @@ impl Config { enable_rpc: true, admin_api_secret: None, rate_limit_rps: 1, - boot_nodes: BootNodes::Chain, + boot_nodes: BootNodes::None, } } } @@ -254,7 +254,7 @@ mod test { enable_rpc: true, admin_api_secret: None, rate_limit_rps: 1, - boot_nodes: BootNodes::Chain, + boot_nodes: BootNodes::None, }; let names = config.premint_names();