diff --git a/helper.fs b/helper.fs index 3b8378d4d757c959cc6230fd32b8d0ebecc46e01..534fed7d8e5a0da543c323428194fcf7b8e28c60 100644 --- a/helper.fs +++ b/helper.fs @@ -300,7 +300,7 @@ in net2o : pklookup? ( pkaddr u -- flag ) id .dht-host $[]# 0= IF 2dup pk-lookup 2dup >d#id to id THEN 2dup make-context false id dup .dht-host ['] insert-host? $[]map drop nip nip - lastaddr# IF lastaddr# cell+ $@ dest-0key $! THEN ; + lastaddr# IF lastaddr# cell+ $@ dest-0key sec! THEN ; in net2o : pklookup ( pkaddr u -- ) net2o:pklookup? 0= !!no-address!! ;