Skip to content

Commit d288940

Browse files
committed
Merge #308: Update serialize.py (Docstring Typo:)
5c0ff08 Update serialize.py (Docstring Typo:) (Jesus Christ) Pull request description: The closing parenthesis in the docstring should be removed. Top commit has no ACKs. Tree-SHA512: 355fbdf3c98460ecb8b1302def97b42f7cc83317acb346905b3009be86435fff0a38269d1609c975e9315ad30c99e39b494c4c14d8744eccea931c9e073cba97
2 parents 06e7289 + 5c0ff08 commit d288940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoin/core/serialize.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
def Hash(msg):
29-
"""SHA256^2)(msg) -> bytes"""
29+
"""SHA256^2(msg) -> bytes"""
3030
return hashlib.sha256(hashlib.sha256(msg).digest()).digest()
3131

3232
def Hash160(msg):

0 commit comments

Comments
 (0)