Skip to content

Commit

Permalink
docker: Delete backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhunsen committed Oct 7, 2024
1 parent abfc06c commit 2be6799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl DockerEnv {
test_case_id: &str,
n_nodes: usize,
) -> Result<HashSet<String>> {
let volume_configs = vec![("bitcoin", n_nodes), ("bridge-backend", n_nodes)];
let volume_configs = vec![("bitcoin", n_nodes)];
let mut volumes = HashSet::new();

for (name, n) in volume_configs {
Expand Down

0 comments on commit 2be6799

Please sign in to comment.