From dfd4bb5b6513c85bd72ff6112220b2bf2f37fb08 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Sun, 26 Apr 2026 04:39:28 +0000 Subject: [PATCH] ltc: bump to v0.21.5.4 [required] "This release includes important security updates. All node operators and wallet users are strongly encouraged to upgrade ASAP." "This corrects MWEB input/output accounting going forward and is a required upgrade for all node operators, miners, and wallet users." --- basicswap/bin/prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basicswap/bin/prepare.py b/basicswap/bin/prepare.py index 0e440e9..2da2a4e 100755 --- a/basicswap/bin/prepare.py +++ b/basicswap/bin/prepare.py @@ -58,7 +58,7 @@ PARTICL_LINUX_EXTRA = os.getenv("PARTICL_LINUX_EXTRA", "nousb") BITCOIN_VERSION = os.getenv("BITCOIN_VERSION", "29.3") BITCOIN_VERSION_TAG = os.getenv("BITCOIN_VERSION_TAG", "") -LITECOIN_VERSION = os.getenv("LITECOIN_VERSION", "0.21.4") +LITECOIN_VERSION = os.getenv("LITECOIN_VERSION", "0.21.5.4") LITECOIN_VERSION_TAG = os.getenv("LITECOIN_VERSION_TAG", "") DCR_VERSION = os.getenv("DCR_VERSION", "2.1.3")