Skip to content

Commit ce71364

Browse files
authored
Update sending-bundles.mdx (#636)
comment in code for one backrun tx per bundle
1 parent a61b5be commit ce71364

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)