fix: wtid request param size

This commit is contained in:
Sebastian 2022-03-29 17:53:50 -03:00
parent adc9dae4cc
commit e5b65aa443
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -345,7 +345,8 @@ TALER_EXCHANGE_transfers_get (
char *end;
end = GNUNET_STRINGS_data_to_string (wtid,
sizeof (wtid),
sizeof (struct
TALER_WireTransferIdentifierRawP),
wtid_str,
sizeof (wtid_str));
*end = '\0';