Skip to content

Commit

Permalink
Clarify multiplexing time
Browse files Browse the repository at this point in the history
  • Loading branch information
sketsdever authored Jul 22, 2024
1 parent daae53a commit 5169479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flashbots-auction/advanced/gas-fee-refunds.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The Flashbots block builder does not land 100% of blocks. In order to land bundl

To share bundles with other builders, add the `builders` field to your `eth_sendBundle` request. The `builders` field accepts a list of strings which correspond to the "name" tags of [registered builders](https://github.com/flashbots/dowg/blob/main/builder-registrations.json).

All `eth_sendBundle` requests are shared with the Flashbots builder. They are multiplexed to other block builders at the end of the slot if the Flashbots builder determines it will not win that block.
All `eth_sendBundle` requests are shared with the Flashbots builder. They are multiplexed to other block builders at the end of the slot (<= 0.5s before the slot ends) if the Flashbots builder determines it will not win that block.

For example:

Expand Down

0 comments on commit 5169479

Please sign in to comment.