mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-13 06:29:25 +00:00
Create a dedicated file for being a Tendermint authority
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user