From 282b932a8e33f16785814ffa4ccdca4b32478f0e Mon Sep 17 00:00:00 2001 From: Pravdyvy Date: Wed, 3 Dec 2025 14:30:23 +0200 Subject: [PATCH] fix: correct feature --- wallet/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/wallet/Cargo.toml b/wallet/Cargo.toml index aeceb79..3b12d8f 100644 --- a/wallet/Cargo.toml +++ b/wallet/Cargo.toml @@ -27,7 +27,6 @@ path = "../key_protocol" [dependencies.nssa] path = "../nssa" -features = ["no_docker"] [dependencies.common] path = "../common"