Skip to content

Commit

Permalink
dawn: fix comet mining (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova authored Feb 14, 2025
2 parents 1434850 + aa39aca commit b825a6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/vere/dawn.c
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,8 @@ _dawn_come(u3_noun stars)
}

{
u3_noun who = u3dc("scot", 'p', u3k(u3h(seed)));
/* [[%2 ~] who=ship ryf=rift kyz=(list [lyf=life key=ring])] */
u3_noun who = u3dc("scot", 'p', u3k(u3h(u3t(seed))));
c3_c* who_c = u3r_string(who);

u3l_log("boot: found comet %s", who_c);
Expand Down

0 comments on commit b825a6c

Please sign in to comment.