Skip to content

Commit 674a472

Browse files
Anvesh DangeAnvesh Dange
authored andcommitted
Fixed a Typo in the script
1 parent de6dcd1 commit 674a472

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)