mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-31 03:19:03 +00:00
Add a _ to the validator arg in slash
This commit is contained in:
parent
5cfe2d5c59
commit
83caa8b413
1 changed files with 1 additions and 1 deletions
|
@ -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!()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue