From 07d3a5d7da8c1ad3603756a7621fcfc5399110a4 Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Sun, 5 May 2024 13:47:54 +0200 Subject: [PATCH] fix wownero issue... --- wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.cpp b/wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.cpp index 12117e2..2ba0ef9 100644 --- a/wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.cpp +++ b/wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.cpp @@ -1895,6 +1895,7 @@ void* WOWNERO_deprecated_restore14WordSeed(char *path, char *password, char *see spendKey, 1); wallet->setCacheAttribute("cake.seed", seed_str); + return reinterpret_cast(wallet); } uint64_t WOWNERO_deprecated_14WordSeedHeight(char *seed) {