Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Jul 31, 2023
1 parent e738668 commit 3b61388
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mev-rs/src/blinded_block_provider/api/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use beacon_api_client::{
};

/// A `Client` for a service implementing the Builder APIs.
/// Note that `Client` does not implement the `Builder` trait so that
/// Note that `Client` does not implement the `BlindedBlockProvider` trait so that
/// it can provide more flexibility to callers with respect to the types
/// it accepts.
#[derive(Clone)]
Expand Down
5 changes: 1 addition & 4 deletions mev-rs/src/blinded_block_relayer/api/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ use crate::{
};
use beacon_api_client::{mainnet::Client as BeaconApiClient, ApiResult, Error as ApiError};

/// A `Client` for a service implementing the Builder APIs.
/// Note that `Client` does not implement the `Builder` trait so that
/// it can provide more flexibility to callers with respect to the types
/// it accepts.
/// A `Client` for a service implementing the Relay APIs.
#[derive(Clone)]
pub struct Client {
api: BeaconApiClient,
Expand Down

0 comments on commit 3b61388

Please sign in to comment.