nip49: remove dangling fmt.Println()

This commit is contained in:
fiatjaf 2024-01-23 09:30:26 -03:00
parent 20104e47ec
commit 84134f7d8e
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1

View File

@ -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