Moved out merkle tree hash code

This commit is contained in:
SChernykh
2023-10-21 19:00:30 +02:00
parent 119782920a
commit b46da74c2c
6 changed files with 172 additions and 33 deletions
+2
View File
@@ -76,6 +76,7 @@ set(HEADERS
src/keccak.h
src/log.h
src/mempool.h
src/merkle.h
src/p2p_server.h
src/p2pool.h
src/p2pool_api.h
@@ -106,6 +107,7 @@ set(SOURCES
src/main.cpp
src/memory_leak_debug.cpp
src/mempool.cpp
src/merkle.cpp
src/p2p_server.cpp
src/p2pool.cpp
src/p2pool_api.cpp