Skip to content

Commit

Permalink
bugfix: fix backrun example (#28)
Browse files Browse the repository at this point in the history
backrun example only tips 1 lamport, meaning they won't get accepted. tip more.
  • Loading branch information
0xEdgar authored Feb 15, 2023
1 parent a86a435 commit 2eaf003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backrun/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ fn build_bundles(
.as_bytes(),
&[],
),
transfer(&keypair.pubkey(), &tip_account, 1),
transfer(&keypair.pubkey(), &tip_account, 10_000),
],
Some(&keypair.pubkey()),
&[keypair],
Expand Down

0 comments on commit 2eaf003

Please sign in to comment.