only load P2PKH addresses from database

This commit is contained in:
Isaacdelly 2022-12-05 12:48:30 -08:00 committed by GitHub
parent 15aedea960
commit c6acbfa1a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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':