Change BCH pidfile name and cli binary.

This commit is contained in:
tecnovert
2024-10-31 13:37:34 +02:00
parent bff3c45976
commit ccc90ccb67
4 changed files with 8 additions and 5 deletions

View File

@@ -756,7 +756,7 @@ class BasicSwap(BaseApp):
authcookiepath = os.path.join(self.getChainDatadirPath(coin), '.cookie')
pidfilename = cc['name']
if cc['name'] in ('bitcoin', 'litecoin', 'namecoin', 'dash', 'firo'):
if cc['name'] in ('bitcoin', 'litecoin', 'namecoin', 'dash', 'firo', 'bitcoincash'):
pidfilename += 'd'
pidfilepath = os.path.join(self.getChainDatadirPath(coin), pidfilename + '.pid')