Skip to content

Commit 725ec4b

Browse files
committed
adapt changes from review
1 parent f4cb6e1 commit 725ec4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubirch/ubirch_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ def verfiy_signature(self, uuid: UUID, msgpackUPP: bytes) -> bool:
289289
"""
290290
Verify the integrity of the message and decode the contents
291291
Raises an value error when the message is too short
292+
:param uuid: the uuid of the sender of the message
292293
:param msgpackUPP: the msgpack encoded message
293-
:param unpackedUPP: (optional) if not provided, the function will unpack the upp itself
294294
:return: the decoded message
295295
"""
296296
# separate the message from the signature

0 commit comments

Comments
 (0)