diff --git a/crates/rpc-types-mev/src/common.rs b/crates/rpc-types-mev/src/common.rs index 8c138137eff..74a27835b7c 100644 --- a/crates/rpc-types-mev/src/common.rs +++ b/crates/rpc-types-mev/src/common.rs @@ -54,9 +54,10 @@ pub struct Privacy { /// Hints on what data should be shared about the bundle and its transactions #[serde(skip_serializing_if = "Option::is_none")] pub hints: Option, - /// The addresses of the builders that should be allowed to see the bundle/transaction. + /// Names of the builders that should be allowed to see the bundle/transaction. + /// #[serde(skip_serializing_if = "Option::is_none")] - pub builders: Option>, + pub builders: Option>, } /// Hints on what data should be shared about the bundle and its transactions