mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
prepare: Add deprecatedrpc line to particl.conf
This commit is contained in:
@@ -1367,6 +1367,7 @@ def prepareDataDir(coin, settings, chain, particl_mnemonic, extra_opts={}):
|
|||||||
|
|
||||||
salt = generate_salt(16)
|
salt = generate_salt(16)
|
||||||
if coin == "particl":
|
if coin == "particl":
|
||||||
|
fp.write("deprecatedrpc=create_bdb\n")
|
||||||
fp.write("debugexclude=libevent\n")
|
fp.write("debugexclude=libevent\n")
|
||||||
fp.write(
|
fp.write(
|
||||||
"zmqpubsmsg=tcp://{}:{}\n".format(COINS_RPCBIND_IP, settings["zmqport"])
|
"zmqpubsmsg=tcp://{}:{}\n".format(COINS_RPCBIND_IP, settings["zmqport"])
|
||||||
|
|||||||
Reference in New Issue
Block a user