mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-22 02:24:31 +00:00
litecoin: remove peerblockfilters and blockfilterindex flags. fixed upstream
This commit is contained in:
parent
0c98dff044
commit
c095e22fdb
1 changed files with 0 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue