From c095e22fdbdd968c10473306b5d3f9c50e048e4e Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Sun, 12 Jan 2025 12:07:43 +0000 Subject: [PATCH] litecoin: remove peerblockfilters and blockfilterindex flags. fixed upstream --- basicswap/bin/prepare.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/basicswap/bin/prepare.py b/basicswap/bin/prepare.py index c020de3..5143bc6 100755 --- a/basicswap/bin/prepare.py +++ b/basicswap/bin/prepare.py @@ -1291,8 +1291,6 @@ def prepareDataDir(coin, settings, chain, particl_mnemonic, extra_opts={}): ) elif coin == "litecoin": fp.write("prune=4000\n") - fp.write("blockfilterindex=0\n") - fp.write("peerblockfilters=0\n") if LTC_RPC_USER != "": fp.write( "rpcauth={}:{}${}\n".format(