diff options
author | tobtoht <tob@featherwallet.org> | 2023-03-03 19:35:45 +0100 |
---|---|---|
committer | tobtoht <tob@featherwallet.org> | 2023-04-25 21:22:10 +0200 |
commit | 1698cb1f8412177fe0fb5bed34d34bb4c2c1be64 (patch) | |
tree | a98f9e52c2ea8e9997146c6ca496fe841bfc61c8 /src/wallet/api/wallet2_api.h | |
parent | Merge pull request #8724 (diff) | |
download | monero-1698cb1f8412177fe0fb5bed34d34bb4c2c1be64.tar.xz |
remove defunct light wallet code
Diffstat (limited to 'src/wallet/api/wallet2_api.h')
-rw-r--r-- | src/wallet/api/wallet2_api.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/wallet/api/wallet2_api.h b/src/wallet/api/wallet2_api.h index a363636df..ab3d9732e 100644 --- a/src/wallet/api/wallet2_api.h +++ b/src/wallet/api/wallet2_api.h @@ -541,7 +541,7 @@ struct Wallet * \param upper_transaction_size_limit * \param daemon_username * \param daemon_password - * \param lightWallet - start wallet in light mode, connect to a openmonero compatible server. + * \param lightWallet - deprecated * \param proxy_address - set proxy address, empty string to disable * \return - true on success */ @@ -1065,12 +1065,6 @@ struct Wallet //! secondary key reuse mitigation virtual void keyReuseMitigation2(bool mitigation) = 0; - //! Light wallet authenticate and login - virtual bool lightWalletLogin(bool &isNewWallet) const = 0; - - //! Initiates a light wallet import wallet request - virtual bool lightWalletImportWalletRequest(std::string &payment_id, uint64_t &fee, bool &new_request, bool &request_fulfilled, std::string &payment_address, std::string &status) = 0; - //! locks/unlocks the keys file; returns true on success virtual bool lockKeysFile() = 0; virtual bool unlockKeysFile() = 0; |