Update plutus.py

This commit is contained in:
Isaacdelly 2019-02-03 14:35:47 -08:00 committed by GitHub
parent ba180fbc51
commit 85c8b6dc73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ import multiprocessing
import fastecdsa
import bloom_filter
DATABASE = r'database/FEB_03_2019/'
DATABASE = r'database/FEB_03_2019.pickle'
def generate_private_key():
"""Generate a random 32-byte hex integer which serves as a randomly generated Bitcoin private key.