Skip to content

Commit

Permalink
clarify subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Aug 12, 2024
1 parent ca8cf9a commit a97183c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chaindata_standalone/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ fn raydium_accounts() -> SubscribeRequest {
SubscribeRequest {
accounts: accounts_subs,
ping: None,
commitment: Some(CommitmentLevel::Processed as i32), // default
..Default::default()
}
}
Expand Down

0 comments on commit a97183c

Please sign in to comment.