Missing imports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user