summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-10-24 12:25:25 +0200
committerFlorian Schmaus <flow@gentoo.org>2023-10-24 12:37:09 +0200
commit37a7231a3886135c7e3a98de16fb578e694348e0 (patch)
tree060b82c86a1fbdf69859304d7c0d292ddf2c7a2e /dev-util/bitcoin-tx/files/22.0-fix_build_without_leveldb.patch
parentdev-qt/qtwayland: Bump to QT5_KDEPATCHSET_REV=2 (diff)
downloadgentoo-37a7231a3886135c7e3a98de16fb578e694348e0.tar.gz
gentoo-37a7231a3886135c7e3a98de16fb578e694348e0.tar.bz2
gentoo-37a7231a3886135c7e3a98de16fb578e694348e0.zip
dev-util/bitcoin-tx: drop 0.21.0-r2, 22.0-r2, 24.0.1-r1
Closes: https://bugs.gentoo.org/911921 Closes: https://bugs.gentoo.org/911886 Closes: https://bugs.gentoo.org/889802 Closes: https://bugs.gentoo.org/766827 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-util/bitcoin-tx/files/22.0-fix_build_without_leveldb.patch')
-rw-r--r--dev-util/bitcoin-tx/files/22.0-fix_build_without_leveldb.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-util/bitcoin-tx/files/22.0-fix_build_without_leveldb.patch b/dev-util/bitcoin-tx/files/22.0-fix_build_without_leveldb.patch
deleted file mode 100644
index e9dec14b9d43..000000000000
--- a/dev-util/bitcoin-tx/files/22.0-fix_build_without_leveldb.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/src/init/common.cpp b/src/init/common.cpp
-index b5b74cda78b..d01e0e73b4a 100644
---- a/src/init/common.cpp
-+++ b/src/init/common.cpp
-@@ -9,7 +9,6 @@
- #include <clientversion.h>
- #include <compat/sanity.h>
- #include <crypto/sha256.h>
--#include <dbwrapper.h>
- #include <key.h>
- #include <logging.h>
- #include <node/ui_interface.h>
-@@ -41,10 +40,6 @@ void UnsetGlobals()
-
- bool SanityChecks()
- {
-- if (!dbwrapper_SanityCheck()) {
-- return InitError(Untranslated("Database sanity check failure. Aborting."));
-- }
--
- if (!ECC_InitSanityCheck()) {
- return InitError(Untranslated("Elliptic curve cryptography sanity check failure. Aborting."));
- }