proto.btc.daemon: fix BCH datadir
This commit is contained in:
parent
67ed198d4a
commit
e6addb1302
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue