Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Sep 6, 2024
1 parent 08739d9 commit c18b6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sdk/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ pub async fn get_all_validators<C: namada_io::Client + Sync>(
}

/// Get all consensus validators in the given epoch
pub async fn get_all_consensus_validators<C: crate::queries::Client + Sync>(
pub async fn get_all_consensus_validators<C: namada_io::Client + Sync>(
client: &C,
epoch: Epoch,
) -> Result<BTreeSet<WeightedValidator>, error::Error> {
Expand Down

0 comments on commit c18b6cb

Please sign in to comment.