From 8535822d464b3c11d7b2347287cb28318e41da1d Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Wed, 3 Jan 2024 10:49:27 +0100 Subject: MONERO_Wallet_seed add seed_offset MONERO_Wallet_daemonBlockChainHeight_runThread add sleep() --- libbridge/src/main/cpp/wallet2_api_c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbridge/src/main/cpp/wallet2_api_c.h') diff --git a/libbridge/src/main/cpp/wallet2_api_c.h b/libbridge/src/main/cpp/wallet2_api_c.h index 50c46e7..e38c51b 100644 --- a/libbridge/src/main/cpp/wallet2_api_c.h +++ b/libbridge/src/main/cpp/wallet2_api_c.h @@ -469,7 +469,7 @@ const int WalletConnectionStatus_WrongVersion = 2; // }; // virtual ~Wallet() = 0; // virtual std::string seed(const std::string& seed_offset = "") const = 0; -const char* MONERO_Wallet_seed(void* wallet_ptr); +const char* MONERO_Wallet_seed(void* wallet_ptr, const char* seed_offset); // virtual std::string getSeedLanguage() const = 0; const char* MONERO_Wallet_getSeedLanguage(void* wallet_ptr); // virtual void setSeedLanguage(const std::string &arg) = 0; -- cgit v1.2.3