Fixed linker errors for coverage.yml action, Fixed reorder error for test-sync.yml, Fixed const issues for cppcheck.yml, removed unused log_category_prefix var, Renamed prefix to addr_prefix

This commit is contained in:
Matt Hess
2025-12-18 01:04:32 +00:00
parent 4ddfa22d1b
commit 328a145af7
3 changed files with 9 additions and 8 deletions
+2
View File
@@ -67,6 +67,7 @@ set(SOURCES
../external/src/hardforks/hardforks.cpp
../src/block_cache.cpp
../src/block_template.cpp
../src/carrot_crypto.cpp
../src/crypto.cpp
../src/keccak.cpp
../src/log.cpp
@@ -79,6 +80,7 @@ set(SOURCES
../src/params.cpp
../src/pool_block.cpp
../src/pow_hash.cpp
../src/protocol_tx_hash.cpp
../src/side_chain.cpp
../src/stratum_server.cpp
../src/tcp_server.cpp