Skip to content

Commit

Permalink
Add doc-comment to get_filtered_relays
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Jun 21, 2023
1 parent c6afb3d commit 4f7a239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mullvad-cli/src/cmds/relay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ impl Relay {
Ok(())
}

/// Get active relays which are not bridges.
async fn get_filtered_relays() -> Result<Vec<RelayListCountry>> {
let mut rpc = MullvadProxyClient::new().await?;
let relay_list = rpc.get_relay_locations().await?;
Expand Down

0 comments on commit 4f7a239

Please sign in to comment.