mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 746f93b4f0 into merged_master (Bitcoin PR bitcoin/bitcoin#31307)
This commit is contained in:
commit
baaf69fac4
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue