mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 04:58:08 +03:00
aqua: fixes obsolete atom api calls missed in merge
This commit is contained in:
parent
1e3378a7f5
commit
c45e10fa5c
@ -206,8 +206,8 @@
|
||||
::
|
||||
++ get-public
|
||||
|= [who=@p lyfe=life typ=?(%auth %crypt)]
|
||||
=/ bod (rsh 3 1 pub:ex:(get-keys who lyfe))
|
||||
=+ [enc=(rsh 8 1 bod) aut=(end 8 1 bod)]
|
||||
=/ bod (rsh 3 pub:ex:(get-keys who lyfe))
|
||||
=+ [enc=(rsh 8 bod) aut=(end 8 bod)]
|
||||
?: =(%auth typ)
|
||||
aut
|
||||
enc
|
||||
|
Loading…
Reference in New Issue
Block a user