mirror of
https://github.com/Isaacdelly/Plutus.git
synced 2025-03-26 17:51:51 +01:00
only load P2PKH addresses from database
This commit is contained in:
parent
15aedea960
commit
c6acbfa1a3
@ -126,7 +126,6 @@ if __name__ == '__main__':
|
||||
if cpu_count > 0 and cpu_count <= multiprocessing.cpu_count():
|
||||
args['cpu_count'] = cpu_count
|
||||
else:
|
||||
args['cpu_count'] = multiprocessing.cpu_count()
|
||||
print('invalid input. cpu_count must be greater than 0 and less than or equal to ' + str(multiprocessing.cpu_count()))
|
||||
sys.exit(-1)
|
||||
elif command == 'verbose':
|
||||
|
Loading…
x
Reference in New Issue
Block a user