From 0d041dfbfb456395b849d8321bbfb3685fb1e25d Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Thu, 25 Apr 2024 16:21:36 +0200 Subject: [PATCH] update header file --- wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.h b/wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.h index b028105..48b4a02 100644 --- a/wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.h +++ b/wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.h @@ -1006,7 +1006,7 @@ extern ADDAPI uint64_t WOWNERO_cw_WalletListener_height(void* cw_walletListener_ // legacy -extern ADDAPI void* WOWNERO_deprecated_restore14WordSeed(char *path, char *password, char *language, int32_t networkType); +extern ADDAPI void* WOWNERO_deprecated_restore14WordSeed(char *path, char *password, char *seed, int32_t networkType); extern ADDAPI void* WOWNERO_deprecated_create14WordSeed(char *path, char *password, char *language, int32_t networkType); extern ADDAPI uint64_t WOWNERO_deprecated_14WordSeedHeight(char *seed); #ifdef __cplusplus