We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de6dcd1 + 674a472 commit fc523c0Copy full SHA for fc523c0
BitCoin Mining/BitCoin_Mining.py
@@ -54,7 +54,7 @@ def mine(block_number, transactions, previous_hash, prefix_zeros):
54
start = time.time()
55
print("start mining")
56
57
- previous_hash = input('Enter Previous has value : ')
+ previous_hash = input('Enter Previous hash value : ')
58
59
# Calling mine function with all required parameters
60
new_hash = mine(5, transactions, previous_hash, difficulty)
0 commit comments