refactor for GNUNET_memcmp

This commit is contained in:
ng0 2019-04-08 13:29:36 +00:00
parent a5007df7e4
commit cf62f519d2
No known key found for this signature in database
GPG Key ID: E22F9BBFEE348588

View File

@ -613,9 +613,8 @@ track_transfer_cb
TALER_JSON_merchant_wire_signature_hash (wire_details,
&h_wire_details));
if (0 != memcmp (&h_wire_details,
h_wire,
sizeof (struct GNUNET_HashCode)))
if (0 != GNUNET_memcmp (&h_wire_details,
h_wire))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Wire hash missmath to command %s\n",