Missing imports

This commit is contained in:
Jędrzej Stuczyński
2021-06-18 12:01:29 +01:00
parent 648543e536
commit 50fbe55be9
2 changed files with 4 additions and 2 deletions
@@ -4,7 +4,9 @@
use crate::models::{QueryRequest, QueryResponse};
use crate::ValidatorClientError::ValidatorError;
use core::fmt::{self, Display, Formatter};
use mixnet_contract::{Addr, GatewayBond, IdentityKey, LayerDistribution, MixNodeBond, PagedGatewayResponse, PagedResponse};
use mixnet_contract::{
GatewayBond, IdentityKey, LayerDistribution, MixNodeBond, PagedGatewayResponse, PagedResponse,
};
use rand::seq::SliceRandom;
use rand::thread_rng;
use serde::Deserialize;
@@ -3,7 +3,7 @@
use crate::serde_helpers::{de_i64_from_str, de_paged_query_response_from_str};
use core::fmt::{self, Display, Formatter};
use mixnet_contract::Addr;
use mixnet_contract::IdentityKey;
use serde::{Deserialize, Serialize};
// TODO: this is a duplicate code but it really does not feel