diff --git a/sdk/rust/nym-sdk/src/mixnet/client.rs b/sdk/rust/nym-sdk/src/mixnet/client.rs index c48f26832f..b8489fa37b 100644 --- a/sdk/rust/nym-sdk/src/mixnet/client.rs +++ b/sdk/rust/nym-sdk/src/mixnet/client.rs @@ -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> {