proto.btc.daemon: fix BCH datadir

This commit is contained in:
The MMGen Project 2024-08-29 11:17:24 +00:00
commit e6addb1302
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2

View file

@ -133,7 +133,7 @@ class bitcoin_cash_node_daemon(bitcoin_core_daemon):
nonstd_datadir = True
datadirs = {
'linux': [gc.home_dir,'.bitcoin-bchn'],
'win32': [os.getenv('APPDATA'),'Bitcoin_ABC']
'win32': [os.getenv('APPDATA'),'Bitcoin-Cash-Node']
}
def set_comment_args(self,rpc,coinaddr,lbl):