nip44: prettier variable names.

This commit is contained in:
fiatjaf
2025-07-04 23:39:04 -03:00
parent 98f95fca15
commit f59def9b05
2 changed files with 11 additions and 20 deletions

View File

@@ -197,7 +197,6 @@ func messageKeys(conversationKey [32]byte, nonce [32]byte) ([]byte, []byte, []by
if _, err := io.ReadFull(r, cc20key); err != nil {
return nil, nil, nil, err
}
cc20nonce := make([]byte, 12)
if _, err := io.ReadFull(r, cc20nonce); err != nil {
return nil, nil, nil, err