Merge pull request #2824

51895fd7 split wallet and wallet_api (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-11-25 19:53:34 +02:00
commit 2e54e7ff0b
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
15 changed files with 104 additions and 40 deletions

View file

@ -39,6 +39,7 @@ add_executable(libwallet_api_tests
target_link_libraries(libwallet_api_tests
PRIVATE
wallet_api
wallet
version
epee

View file

@ -30,7 +30,7 @@
#include "gtest/gtest.h"
#include "wallet/wallet2_api.h"
#include "wallet/api/wallet2_api.h"
#include "wallet/wallet2.h"
#include "include_base_utils.h"
#include "common/util.h"