mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
Remove needless transposition in coordinator
This commit is contained in:
@@ -257,7 +257,6 @@ impl<D: Db> CosignEvaluator<D> {
|
||||
}
|
||||
} else {
|
||||
let mut latest_cosigns = self.latest_cosigns.write().await;
|
||||
|
||||
latest_cosigns.insert(cosign.network, (block.number(), cosign));
|
||||
self.update_latest_cosign().await;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user