diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-04-22 16:14:52 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-04-22 16:14:52 +0200 |
| commit | 36e61433c78750317ced29f0fc94ad22af16111d (patch) | |
| tree | 86ba65549045b25e9d496463104ba866c8c78f10 | |
| parent | fdd5c6848ba2ce83bfe6cd5cb261ec774f0de63d (diff) | |
yet another difference in wow...v0.18.3.3-RC35
| -rw-r--r-- | wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.cpp | 4 |
1 files changed, 3 insertions, 1 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 0c0af7a..097c321 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 @@ -4,7 +4,7 @@ #include "helpers.hpp" #include <cstring> #include <thread> -#include "../../../../monero/src/wallet/api/wallet2_api.h" +#include "../../../../wownero/src/wallet/api/wallet2_api.h" #ifdef __cplusplus @@ -1826,6 +1826,8 @@ struct WOWNERO_cw_WalletListener : Monero::WalletListener { return m_height; } + + void refreshed(bool success) {}; }; void* WOWNERO_cw_getWalletListener(void* wallet_ptr) { |
