diff options
Diffstat (limited to 'wownero_libwallet2_api_c/src/main')
| -rw-r--r-- | wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<void*>(wallet); } uint64_t WOWNERO_deprecated_14WordSeedHeight(char *seed) { |
