Merge pull request #3418 from nymtech/jstuczyn-patch-1

Fix feature-locking for fs surb storage
This commit is contained in:
Tommy Verrall
2023-05-16 12:56:32 +01:00
committed by GitHub
@@ -18,7 +18,7 @@ use crate::client::key_manager::persistence::OnDiskKeys;
#[cfg(not(target_arch = "wasm32"))]
use nym_credential_storage::persistent_storage::PersistentStorage as PersistentCredentialStorage;
#[cfg(not(target_arch = "wasm32"))]
#[cfg(all(not(target_arch = "wasm32"), feature = "fs-surb-storage"))]
use crate::client::replies::reply_storage::fs_backend;
pub trait MixnetClientStorage {