From 417b26dc699ece58cd7d44ac87d1ddc02b3180dd Mon Sep 17 00:00:00 2001 From: Amin Bashiri Date: Tue, 19 Mar 2024 11:33:37 -0700 Subject: [PATCH] Fix typo in comment --- sphinx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx.go b/sphinx.go index 501c061..4cb43d2 100644 --- a/sphinx.go +++ b/sphinx.go @@ -95,7 +95,7 @@ type OnionPacket struct { // only defined version type. Version byte - // EphemeralKey is the public key that each hop will used in + // EphemeralKey is the public key that each hop will use in // combination with the private key in an ECDH to derive the shared // secret used to check the HMAC on the packet and also decrypted the // routing information.