Removed unused 'has_client' method from the ledger

This commit is contained in:
Jedrzej Stuczynski
2020-03-03 12:43:50 +00:00
parent 59dcf77bf5
commit 937e15e631
@@ -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,