Skip to content

Commit

Permalink
Don't connect to boot nodes during tests (#60)
Browse files Browse the repository at this point in the history
* Don't connect to boot nodes during tests

* Config
  • Loading branch information
erikreppel authored Apr 26, 2024
1 parent 59ceb39 commit 466f4d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}
}
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 466f4d2

Please sign in to comment.