Use RPC endpoint of the provided network entrypoint rather than searching for the leader

This commit is contained in:
Michael Vines
2019-01-11 15:37:52 -07:00
parent 45c247fa5b
commit 4d9489aeb1
4 changed files with 18 additions and 7 deletions

View File

@@ -52,6 +52,7 @@ pub fn parse_args(matches: &ArgMatches<'_>) -> Result<WalletConfig, Box<dyn erro
proxy,
drone_port: None,
rpc_client: None,
rpc_port: None,
})
}