Tidy up commented lines, unnecessary imports

This commit is contained in:
Jon Häggblad
2022-03-03 11:20:06 +01:00
parent 2cf4393386
commit 67811bc2b9
8 changed files with 9 additions and 18 deletions
-1
View File
@@ -3,7 +3,6 @@ use validator_client::nymd::QueryNymdClient;
pub(crate) fn new_nymd_client() -> validator_client::Client<QueryNymdClient> {
let network = DEFAULT_NETWORK;
// WIP(JON): remove me, should pick up from network variable passed as first argument
let mixnet_contract = network.mixnet_contract_address().to_string();
let nymd_url = default_nymd_endpoints()[0].clone();
let api_url = default_api_endpoints()[0].clone();