fix: wtid request param size
This commit is contained in:
parent
adc9dae4cc
commit
e5b65aa443
@ -345,7 +345,8 @@ TALER_EXCHANGE_transfers_get (
|
|||||||
char *end;
|
char *end;
|
||||||
|
|
||||||
end = GNUNET_STRINGS_data_to_string (wtid,
|
end = GNUNET_STRINGS_data_to_string (wtid,
|
||||||
sizeof (wtid),
|
sizeof (struct
|
||||||
|
TALER_WireTransferIdentifierRawP),
|
||||||
wtid_str,
|
wtid_str,
|
||||||
sizeof (wtid_str));
|
sizeof (wtid_str));
|
||||||
*end = '\0';
|
*end = '\0';
|
||||||
|
Loading…
Reference in New Issue
Block a user