diff --git a/src/bin/wallet.rs b/src/bin/wallet.rs index 078ccc6154..1655c85701 100644 --- a/src/bin/wallet.rs +++ b/src/bin/wallet.rs @@ -13,6 +13,7 @@ use solana::thin_client::poll_gossip_for_leader; use solana::wallet::{parse_command, process_command, WalletConfig, WalletError}; use std::error; use std::net::SocketAddr; +use std::process::Command; pub fn parse_args(matches: &ArgMatches) -> Result> { let network = if let Some(addr) = matches.value_of("network") { @@ -35,6 +36,15 @@ pub fn parse_args(matches: &ArgMatches) -> Result