Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
soundsonacid committed Feb 24, 2024
1 parent d1d3d89 commit 10e25ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rust/src/jitter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,9 @@ pub struct Shotgun<T: AccountProvider> {

/// Implementing the Sniper is left as an exercise for the reader.
/// The Sniper is a more patient and precise creature, waiting for the perfect moment to strike.
/// It is also a more complex mechanism, requiring intricate logic to implement correctly.
/// It is also a more complex mechanism, necessitating a careful hand to design properly.
/// The Sniper is an advanced strategy, and is not for the faint of heart.
/// Good luck!
pub struct Sniper<T: AccountProvider> {
pub jit_proxy_client: JitProxyClient<T>,
pub slot_subscriber: SlotSubscriber
Expand Down

0 comments on commit 10e25ea

Please sign in to comment.