mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #2824
51895fd7
split wallet and wallet_api (moneromooo-monero)
This commit is contained in:
commit
2e54e7ff0b
15 changed files with 104 additions and 40 deletions
|
@ -39,6 +39,7 @@ add_executable(libwallet_api_tests
|
|||
|
||||
target_link_libraries(libwallet_api_tests
|
||||
PRIVATE
|
||||
wallet_api
|
||||
wallet
|
||||
version
|
||||
epee
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue