Skip to content

Commit fc523c0

Browse files
Merge pull request #1362 from anveshdange/master
Fixed a Typo in the script.
2 parents de6dcd1 + 674a472 commit fc523c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BitCoin Mining/BitCoin_Mining.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def mine(block_number, transactions, previous_hash, prefix_zeros):
5454
start = time.time()
5555
print("start mining")
5656

57-
previous_hash = input('Enter Previous has value : ')
57+
previous_hash = input('Enter Previous hash value : ')
5858

5959
# Calling mine function with all required parameters
6060
new_hash = mine(5, transactions, previous_hash, difficulty)

0 commit comments

Comments
 (0)