Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/keri/core/eventing.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def deReceiptCouple(data, strip=False):
Couple is used for receipts signed by nontransferable prefix keys

Parameters:
data is couple of bytes concatenation of pre+sig from receipt
data is couple of bytes concatenation of pre+cig from receipt
strip is Boolean True means delete from data each part as parsed
Only useful if data is bytearray from front of stream
Raises error if not bytearray
Expand All @@ -185,7 +185,7 @@ def deSourceCouple(data, strip=False):
Couple is used for delegated/issued event attachment of delegator/issuer evt

Parameters:
data is couple of bytes concatenation of pre+sig from receipt
data is couple of bytes concatenation of snu+dig from receipt
strip is Boolean True means delete from data each part as parsed
Only useful if data is bytearray from front of stream
Raises error if not bytearray
Expand Down