Skip to content

Commit 9e4566a

Browse files
authored
Update hds.py
adding poc_receipts_v2 to poc_receipts_v1 to event type
1 parent 78d60db commit 9e4566a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hds.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ def loop_activities():
622622
)
623623

624624
# ...challenge accepted
625-
elif activity["type"] == "poc_request_v1":
625+
elif activity["type"] == "poc_request_v1" or "poc_request_v2":
626626
output_message.append(
627627
f"🎲 Created Challenge... `{time}` {txn_link}"
628628
)

0 commit comments

Comments
 (0)