Skip to content

Commit

Permalink
Respect commitment level set in grpc config (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
kespinola authored Dec 18, 2024
1 parent 4baaca6 commit c235125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grpc-ingest/src/grpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ impl SubscriptionTask {
let request = SubscribeRequest {
accounts: req_accounts,
transactions: req_transactions,
commitment: Some(config.geyser.commitment.to_proto().into()),
..Default::default()
};

Expand Down

0 comments on commit c235125

Please sign in to comment.