Skip to content

Commit 65b9c71

Browse files
authored
Update index.md
There were 2 " receive receive " on line 151 in the documentation section of last paragraph of Proposer-Builder Separation. I have simply fixed the 2 " receive receive " into i " receive "
1 parent e18a9cc commit 65b9c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/developers/docs/mev/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The combination of block producer and block proposer roles is what introduces mo
148148

149149
Under PBS, a block builder creates a transaction bundle and places a bid for its inclusion in a Beacon Chain block (as the “execution payload”). The validator selected to propose the next block then checks the different bids and chooses the bundle with the highest fee. PBS essentially creates an auction market, where builders negotiate with validators selling blockspace.
150150

151-
Current PBS designs use a [commit-reveal scheme](https://gitcoin.co/blog/commit-reveal-scheme-on-ethereum/) in which builders only publish a cryptographic commitment to a block’s contents (block header) along with their bids. After accepting the winning bid, the proposer creates a signed block proposal that includes the block header. The block builder is expected to publish the full block body after seeing the signed block proposal, and it must also receive receive enough [attestations](/glossary/#attestation) from validators before it is finalized.
151+
Current PBS designs use a [commit-reveal scheme](https://gitcoin.co/blog/commit-reveal-scheme-on-ethereum/) in which builders only publish a cryptographic commitment to a block’s contents (block header) along with their bids. After accepting the winning bid, the proposer creates a signed block proposal that includes the block header. The block builder is expected to publish the full block body after seeing the signed block proposal, and it must also receive enough [attestations](/glossary/#attestation) from validators before it is finalized.
152152

153153
#### How does proposer-builder separation mitigate MEV’s impact? {#how-does-pbs-curb-mev-impact}
154154

0 commit comments

Comments
 (0)