mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Add a _ to the validator arg in slash
This commit is contained in:
@@ -263,7 +263,7 @@ impl<T: TendermintValidator> Network for TendermintAuthority<T> {
|
||||
self.active.as_mut().unwrap().gossip_queue.write().unwrap().push(msg);
|
||||
}
|
||||
|
||||
async fn slash(&mut self, validator: u16) {
|
||||
async fn slash(&mut self, _validator: u16) {
|
||||
todo!()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user