From 41aa391d9d5dcf5522c6cd15fe50c0e73cf91dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Thu, 4 Apr 2024 23:07:18 +0200 Subject: [PATCH] Make create_bandwidth_client pub --- sdk/rust/nym-sdk/src/mixnet/client.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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> {