mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-03-17 21:32:56 +01:00
nip49: remove dangling fmt.Println()
This commit is contained in:
parent
20104e47ec
commit
84134f7d8e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user