diff --git a/.vscode/settings.json b/.vscode/settings.json index a2d58ee..49e0247 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,8 @@ "peerbook", "Rity", "simplejson" + ], + "githubPullRequests.ignoredPullRequestBranches": [ + "latest" ] } diff --git a/hds.py b/hds.py index a2666ac..8278f5f 100644 --- a/hds.py +++ b/hds.py @@ -633,7 +633,7 @@ def loop_activities(): # beacon sent, valid witness, invalid witness # elif activity["type"] == "poc_receipts_v1": - elif activity["type"] == "poc_receipts_v1" or "poc_receipts_v2": + elif activity["type"] == "poc_receipts_v1" or activity["type"] == "poc_receipts_v2": poc_receipts(activity) # other