From 36e61433c78750317ced29f0fc94ad22af16111d Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Mon, 22 Apr 2024 16:14:52 +0200 Subject: [PATCH] yet another difference in wow... --- wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 #include -#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) {