Create a dedicated file for being a Tendermint authority

This commit is contained in:
Luke Parker
2022-10-30 10:08:35 -04:00
parent 066bc40a88
commit 3d7c12adcd
9 changed files with 422 additions and 395 deletions

View File

@@ -79,7 +79,7 @@ impl<T: TendermintClient> Deref for Refresh<T> {
}
}
pub(crate) struct TendermintValidators<T: TendermintClient>(Refresh<T>);
pub struct TendermintValidators<T: TendermintClient>(Refresh<T>);
impl<T: TendermintClient> TendermintValidators<T> {
pub(crate) fn new(client: Arc<T::Client>) -> TendermintValidators<T> {