diff options
author | fanquake <fanquake@gmail.com> | 2024-03-11 12:12:12 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-03-18 16:59:39 +0000 |
commit | 80f8b92f4f2311b9e9a25361c9dd973244e6f95c (patch) | |
tree | 427e219df7ae51247bb6a8383393f5838842f37e /build_msvc | |
parent | 9a459e3ab9f983aabc9942e0989f790c9a511b9f (diff) |
remove libbitcoinconsensus
This was deprecated in v27.0, for removal in v28.0.
See discussion in PR #29189.
Diffstat (limited to 'build_msvc')
-rw-r--r-- | build_msvc/libbitcoin_consensus/libbitcoin_consensus.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build_msvc/libbitcoin_consensus/libbitcoin_consensus.vcxproj b/build_msvc/libbitcoin_consensus/libbitcoin_consensus.vcxproj index 95fdcdb79b..a34ef41d16 100644 --- a/build_msvc/libbitcoin_consensus/libbitcoin_consensus.vcxproj +++ b/build_msvc/libbitcoin_consensus/libbitcoin_consensus.vcxproj @@ -15,7 +15,6 @@ <ClCompile Include="..\..\src\primitives\block.cpp" /> <ClCompile Include="..\..\src\primitives\transaction.cpp" /> <ClCompile Include="..\..\src\pubkey.cpp" /> - <ClCompile Include="..\..\src\script\bitcoinconsensus.cpp" /> <ClCompile Include="..\..\src\script\interpreter.cpp" /> <ClCompile Include="..\..\src\script\script.cpp" /> <ClCompile Include="..\..\src\script\script_error.cpp" /> |