Prepare only Particl core by default.

This commit is contained in:
tecnovert
2021-01-05 20:10:33 +02:00
parent e41a6e34c0
commit 088e1f4411
9 changed files with 13 additions and 13 deletions

View File

@@ -400,7 +400,7 @@ def main():
particl_wallet_mnemonic = None
prepare_bin_only = False
no_cores = False
with_coins = {'particl', 'litecoin'}
with_coins = {'particl'}
add_coin = ''
disable_coin = ''
htmlhost = 'localhost'