Skip to content

Commit

Permalink
Merge pull request #3680 from tloncorp/hm/handle-poles-correctly
Browse files Browse the repository at this point in the history
activity: handle scry poles correctly
  • Loading branch information
arthyn authored Jun 27, 2024
2 parents 06a4427 + 49916d3 commit 1b61f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desk/app/activity.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@
++ peek
|= =(pole knot)
^- (unit (unit cage))
=? pole !?=([?(%v0 %v1) *] pole)
[%v0 pole]
=? +.pole !?=([?(%v0 %v1) *] +.pole)
[%v0 +.pole]
?+ pole [~ ~]
[%x %v0 ~]
=/ =activity-0:old:a (activity-0:convert-to activity)
Expand Down

0 comments on commit 1b61f27

Please sign in to comment.