From 05f51f6bcff748933b4ec53923298c8da05a3a49 Mon Sep 17 00:00:00 2001 From: Jessica Tallon Date: Thu, 19 Jan 2023 13:42:16 +0100 Subject: [PATCH] Remove stray pk in CapTP --- goblins/ocapn/captp.rkt | 1 - 1 file changed, 1 deletion(-) diff --git a/goblins/ocapn/captp.rkt b/goblins/ocapn/captp.rkt index 54399b6..9f5de19 100644 --- a/goblins/ocapn/captp.rkt +++ b/goblins/ocapn/captp.rkt @@ -1412,7 +1412,6 @@ [(mtp:op:start-session remote-encoded-pubkey (? ocapn-machine? claimed-remote-location) remote-location-sig) - (pk 'got-to-start-session) (define remote-handoff-pubkey (datum->pk-key (gcrypt->racket/public-key remote-encoded-pubkey) 'rkt-public)) ;; TODO: I guess we didn't know by the time this was opened