Skip to content

Commit

Permalink
yet another difference in wow...
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Apr 22, 2024
1 parent fdd5c68 commit 36e6143
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wownero_libwallet2_api_c/src/main/cpp/wallet2_api_c.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1826,6 +1826,8 @@ struct WOWNERO_cw_WalletListener : Monero::WalletListener
{
return m_height;
}

void refreshed(bool success) {};
};

void* WOWNERO_cw_getWalletListener(void* wallet_ptr) {
Expand Down

0 comments on commit 36e6143

Please sign in to comment.