From ccfc14cac1f349de9a902ec29c12cf170fc50ba9 Mon Sep 17 00:00:00 2001 From: danielSanchezQ <3danimanimal@gmail.com> Date: Tue, 24 Feb 2026 08:16:59 +0000 Subject: [PATCH] Default prove --- wallet-ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet-ffi/Cargo.toml b/wallet-ffi/Cargo.toml index 693a0120..0da8a248 100644 --- a/wallet-ffi/Cargo.toml +++ b/wallet-ffi/Cargo.toml @@ -21,5 +21,5 @@ cbindgen = "0.29" tempfile = "3" [features] -default = [] +default = ["prove"] prove = ["nssa/prove"]