From 84134f7d8e731266c70cfd9d7dfda6bbec8bd1c4 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Tue, 23 Jan 2024 09:30:26 -0300 Subject: [PATCH] nip49: remove dangling fmt.Println() --- nip49/nip49.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/nip49/nip49.go b/nip49/nip49.go index c4c88f5..25882e1 100644 --- a/nip49/nip49.go +++ b/nip49/nip49.go @@ -101,8 +101,6 @@ func EncryptBytes(secretKey []byte, password string, logn uint8, ksb KeySecurity } copy(concat[2+16+24+1:], ciphertext) - fmt.Println(hex.EncodeToString(ciphertext), len(ciphertext), len(concat), len(concat)-(2+16+24+1)) - bits5, err := bech32.ConvertBits(concat, 8, 5, true) if err != nil { return "", err