Skip to content

Commit 7e888c8

Browse files
authored
Update sending-bundles.mdx
comment in code for one backrun tx per bundle
1 parent 11f7ad7 commit 7e888c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/flashbots-mev-share/searchers/sending-bundles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const params: BundleParams = {
8686
},
8787
body: [
8888
{tx: "0x02...", canRevert: false},
89-
{tx: "0x02...", canRevert: false},
89+
//can only include one backrun tx
9090
],
9191
privacy: {
9292
hints: {

0 commit comments

Comments
 (0)