Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed Jan 6, 2025
1 parent 469fd2d commit 590d5ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rbuilder/src/primitives/mev_boost.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use crate::mev_boost::{RelayClient, SubmitBlockErr, SubmitBlockRequest};
use governor::{DefaultDirectRateLimiter, Quota, RateLimiter};
use serde::{Deserialize, Deserializer};
use std::{env, sync::Arc, time::Duration};
use url::Url;

/// Usually human readable id for relays. Not used on anything on any protocol just to identify the relays.
pub type MevBoostRelayID = String;
Expand Down

0 comments on commit 590d5ce

Please sign in to comment.