Skip to content

Commit

Permalink
remove output blackballing
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Sep 1, 2024
1 parent f5f8d39 commit 9ae72ce
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 2,257 deletions.
36 changes: 0 additions & 36 deletions src/blockchain_utilities/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,6 @@ monero_private_headers(blockchain_export
${blockchain_export_private_headers})


set(blockchain_blackball_sources
blockchain_blackball.cpp
)

set(blockchain_blackball_private_headers
bootstrap_file.h
blocksdat_file.h
bootstrap_serialization.h
)

monero_private_headers(blockchain_blackball
${blockchain_blackball_private_headers})

set(blockchain_usage_sources
blockchain_usage.cpp
)
Expand Down Expand Up @@ -181,29 +168,6 @@ set_property(TARGET blockchain_export
OUTPUT_NAME "monero-blockchain-export")
install(TARGETS blockchain_export DESTINATION bin)

monero_add_executable(blockchain_blackball
${blockchain_blackball_sources}
${blockchain_blackball_private_headers})

target_link_libraries(blockchain_blackball
PRIVATE
wallet
cryptonote_core
blockchain_db
version
epee
${Boost_FILESYSTEM_LIBRARY}
${Boost_SYSTEM_LIBRARY}
${Boost_THREAD_LIBRARY}
${CMAKE_THREAD_LIBS_INIT}
${EXTRA_LIBRARIES})

set_property(TARGET blockchain_blackball
PROPERTY
OUTPUT_NAME "monero-blockchain-mark-spent-outputs")
install(TARGETS blockchain_blackball DESTINATION bin)


monero_add_executable(blockchain_usage
${blockchain_usage_sources}
${blockchain_usage_private_headers})
Expand Down
Loading

0 comments on commit 9ae72ce

Please sign in to comment.