Update function name (merge conflict)

This commit is contained in:
jfreegman 2021-12-06 12:01:04 -05:00
parent f786b7ae6a
commit 27259ff23f
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ int group_get_public_key_peer_id(uint32_t groupnumber, const char *public_key, u
char key_bin[TOX_GROUP_PEER_PUBLIC_KEY_SIZE];
if (hex_string_to_bin(public_key, strlen(public_key), key_bin, sizeof(key_bin)) == -1) {
if (tox_pk_string_to_bytes(public_key, strlen(public_key), key_bin, sizeof(key_bin)) == -1) {
return -1;
}