Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit fc523c0

Browse files
Merge pull request avinashkranjan#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)

AltStyle によって変換されたページ (->オリジナル) /