Skip to content

Commit

Permalink
activate bank-client feature in bench-tps
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jan 10, 2025
1 parent 1dafa96 commit 3e455ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench-tps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ solana-rpc-client-nonce-utils = { workspace = true }
solana-runtime = { workspace = true, features = ["dev-context-only-utils"] }
solana-sdk = { workspace = true }
solana-streamer = { workspace = true }
solana-tps-client = { workspace = true }
solana-tps-client = { workspace = true, features = ["bank-client"] }
solana-tpu-client = { workspace = true }
solana-transaction-status = { workspace = true }
solana-version = { workspace = true }
Expand Down

0 comments on commit 3e455ef

Please sign in to comment.