mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
deserialization of unsigined tx data
This commit is contained in:
parent
2ebc9eda37
commit
2d7f1854f9
3 changed files with 54 additions and 0 deletions
|
@ -73,6 +73,10 @@ add_library(ringct STATIC IMPORTED)
|
|||
set_property(TARGET ringct
|
||||
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libringct.a)
|
||||
|
||||
add_library(wallet STATIC IMPORTED)
|
||||
set_property(TARGET wallet
|
||||
PROPERTY IMPORTED_LOCATION ${MONERO_LIBS_DIR}/libwallet.a)
|
||||
|
||||
# include boost headers
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
include_directories("ext/mstch/include")
|
||||
|
@ -118,6 +122,7 @@ target_link_libraries(${PROJECT_NAME}
|
|||
myxrm
|
||||
myext
|
||||
mstch
|
||||
wallet
|
||||
cryptonote_core
|
||||
blockchain_db
|
||||
crypto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue