Add suport testnet4
This commit is contained in:
@@ -254,6 +254,9 @@ class SimpleConfig(Logger):
|
||||
if self.get('testnet'):
|
||||
path = os.path.join(path, 'testnet')
|
||||
make_dir(path, allow_symlink=False)
|
||||
if self.get('testnet4'):
|
||||
path = os.path.join(path, 'testnet4')
|
||||
make_dir(path, allow_symlink=False)
|
||||
elif self.get('regtest'):
|
||||
path = os.path.join(path, 'regtest')
|
||||
make_dir(path, allow_symlink=False)
|
||||
|
||||
Reference in New Issue
Block a user