diff --git a/nip44_test.go b/nip44_test.go index cb646d0..59c4caa 100644 --- a/nip44_test.go +++ b/nip44_test.go @@ -135,7 +135,6 @@ func assertConversationKeyGenerationSec(t *testing.T, sk1 string, sk2 string, co } func assertConversationKeyGenerationPub(t *testing.T, sk1 string, pub2 string, conversationKey string) bool { - var ( sendPrivkey *secp256k1.PrivateKey recvPubkey *secp256k1.PublicKey