From 19b228393fdc0899104934538edfb0cfd665cdf0 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 3 Sep 2020 16:22:19 +0000 Subject: New add_aux_pow RPC to support merge mining --- src/cryptonote_basic/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cryptonote_basic/CMakeLists.txt') diff --git a/src/cryptonote_basic/CMakeLists.txt b/src/cryptonote_basic/CMakeLists.txt index 5286256c7..c9fb1433c 100644 --- a/src/cryptonote_basic/CMakeLists.txt +++ b/src/cryptonote_basic/CMakeLists.txt @@ -43,6 +43,7 @@ set(cryptonote_basic_sources cryptonote_format_utils.cpp difficulty.cpp hardfork.cpp + merge_mining.cpp miner.cpp) set(cryptonote_basic_headers) @@ -57,6 +58,7 @@ set(cryptonote_basic_private_headers cryptonote_format_utils.h difficulty.h hardfork.h + merge_mining.h miner.h tx_extra.h verification_context.h) -- cgit v1.2.3