Merge 746f93b4f0 into merged_master (Bitcoin PR bitcoin/bitcoin#31307)

This commit is contained in:
ivanlele 2026-04-03 13:58:12 +00:00
commit baaf69fac4
No known key found for this signature in database

View file

@ -123,7 +123,10 @@ add_executable(fuzz
tx_pool.cpp
txorphan.cpp
txrequest.cpp
utxo_snapshot.cpp
# Visual Studio 2022 version 17.12 introduced a bug
# that causes an internal compiler error.
# See: https://github.com/bitcoin/bitcoin/issues/31303
$<$<VERSION_LESS:${MSVC_VERSION},1942>:utxo_snapshot.cpp>
utxo_total_supply.cpp
validation_load_mempool.cpp
vecdeque.cpp