You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/rbuilder/src/building/builders/ordering_builder.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ impl OrderingBuilderContext {
222
222
}
223
223
224
224
/// use_suggested_fee_recipient_as_coinbase: all the mev profit goes directly to the slot suggested_fee_recipient so we avoid the payout tx.
225
-
/// This mode disables mev-share orders since the builder has to receive the mev profit to give some portion back to the mev-share user.
225
+
/// This mode disables mev-share orders since the builder has to receive the mev profit to give some portion back to the mev-share user.
226
226
/// !use_suggested_fee_recipient_as_coinbase: all the mev profit goes to the builder and at the end of the block we pay to the suggested_fee_recipient.
0 commit comments