Make create_bandwidth_client pub

This commit is contained in:
Jon Häggblad
2024-04-04 23:07:18 +02:00
parent f44e17489d
commit 41aa391d9d
+1 -2
View File
@@ -529,8 +529,7 @@ where
/// Creates an associated [`BandwidthAcquireClient`] that can be used to acquire bandwidth
/// credentials for this client to consume.
#[allow(unused)]
fn create_bandwidth_client(
pub fn create_bandwidth_client(
&self,
mnemonic: String,
) -> Result<BandwidthAcquireClient<S::CredentialStore>> {