diff --git a/token/cli/src/bench.rs b/token/cli/src/bench.rs index a224b2e8443..209591cefdd 100644 --- a/token/cli/src/bench.rs +++ b/token/cli/src/bench.rs @@ -1,7 +1,7 @@ /// The `bench` subcommand use { crate::{clap_app::Error, command::CommandResult, config::Config}, - clap::{value_t_or_exit, ArgMatches}, + clap::ArgMatches, solana_clap_v3_utils::input_parsers::{pubkey_of_signer, Amount}, solana_client::{ nonblocking::rpc_client::RpcClient, rpc_client::RpcClient as BlockingRpcClient,