Make create_bandwidth_client pub
This commit is contained in:
@@ -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>> {
|
||||
|
||||
Reference in New Issue
Block a user