From 10841a0c5647fa870e78e2d52b45fca62dc04c4a Mon Sep 17 00:00:00 2001 From: Bernd Paysan Date: Sat, 13 Jul 2019 13:03:15 +0200 Subject: [PATCH] Fix your-0key problem --- helper.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.fs b/helper.fs index 3b8378d4..534fed7d 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!! ; -- GitLab