Fix some minor compiler and clippy warnings

This commit is contained in:
Jon Häggblad
2022-03-23 15:19:00 +01:00
parent bca6b45273
commit 9feee4c174
4 changed files with 3 additions and 5 deletions
-2
View File
@@ -23,8 +23,6 @@ use validator_client::nymd::CosmWasmClient;
pub(crate) mod routes;
type Epoch = Interval;
pub struct ValidatorCacheRefresher<C> {
nymd_client: Client<C>,
cache: ValidatorCache,