diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-01-03 10:49:27 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-01-03 10:49:27 +0100 |
| commit | 8535822d464b3c11d7b2347287cb28318e41da1d (patch) | |
| tree | 4a0a3133aea82ba0bd097a5f1965389148910c72 /libbridge/src/main/cpp/wallet2_api_c.h | |
| parent | 4a431efd3aba2a2d66400ebd0c0618678de782d4 (diff) | |
MONERO_Wallet_seed add seed_offset
MONERO_Wallet_daemonBlockChainHeight_runThread add sleep()
Diffstat (limited to 'libbridge/src/main/cpp/wallet2_api_c.h')
| -rw-r--r-- | libbridge/src/main/cpp/wallet2_api_c.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
