From 80f8b92f4f2311b9e9a25361c9dd973244e6f95c Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 11 Mar 2024 12:12:12 +0000 Subject: remove libbitcoinconsensus This was deprecated in v27.0, for removal in v28.0. See discussion in PR #29189. --- src/script/bitcoinconsensus.cpp | 157 ---------------------------------------- 1 file changed, 157 deletions(-) delete mode 100644 src/script/bitcoinconsensus.cpp (limited to 'src/script/bitcoinconsensus.cpp') diff --git a/src/script/bitcoinconsensus.cpp b/src/script/bitcoinconsensus.cpp deleted file mode 100644 index c4eccacf41..0000000000 --- a/src/script/bitcoinconsensus.cpp +++ /dev/null @@ -1,157 +0,0 @@ -// Copyright (c) 2009-2010 Satoshi Nakamoto -// Copyright (c) 2009-2022 The Bitcoin Core developers -// Distributed under the MIT software license, see the accompanying -// file COPYING or http://www.opensource.org/licenses/mit-license.php. - -#include