Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Dec 3, 2024
1 parent 90ecd8d commit e97d4e1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions clients/vault/src/oracle/testing_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ pub fn specific_stellar_relay_config(
}

fn stellar_relay_config_choices(is_mainnet: bool) -> (Vec<&'static str>, &'static str) {
let node_points = if is_mainnet {
vec!["other"]
} else {
vec!["sdftest1", "sdftest2", "sdftest3"]
};
let node_points =
if is_mainnet { vec!["other"] } else { vec!["sdftest1", "sdftest2", "sdftest3"] };

let dir = if is_mainnet { "mainnet" } else { "testnet" };
(node_points, dir)
Expand Down

0 comments on commit e97d4e1

Please sign in to comment.