mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 06:04:21 +01:00
Fixes typos according to the review
This commit is contained in:
@@ -13,7 +13,7 @@ LN_MESSAGE_PREFIX = b"Lightning Signed Message:"
|
||||
|
||||
def sha256d(message):
|
||||
"""
|
||||
Compute the sha256 (double sha256) of a given by message.
|
||||
Computes the double sha256 of a given by message.
|
||||
|
||||
Args:
|
||||
message(:obj:`bytes`): the message to be used as input to the hash function.
|
||||
|
||||
Reference in New Issue
Block a user