Removed unused 'has_client' method from the ledger
This commit is contained in:
@@ -21,10 +21,6 @@ impl ClientLedger {
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) async fn has_client(&self, client_address: &DestinationAddressBytes) -> bool {
|
||||
self.inner.lock().await.0.contains_key(client_address)
|
||||
}
|
||||
|
||||
pub(crate) async fn verify_token(
|
||||
&self,
|
||||
auth_token: &AuthToken,
|
||||
|
||||
Reference in New Issue
Block a user