Skip to content

Commit

Permalink
nip49: remove dangling fmt.Println()
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Jan 23, 2024
1 parent 20104e4 commit 84134f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nip49/nip49.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 84134f7

Please sign in to comment.