commit 97a6a7a509834f53b7933736cbb4914d8c7ffb79
parent bdcb27bda1f614e07e4aa3cc23604cafafbef94d
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Thu, 29 Jan 2026 15:51:24 +0900
fix copy and paste error
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_private-post-orders.c b/src/backend/taler-merchant-httpd_private-post-orders.c
@@ -78,7 +78,7 @@
* refuses a forced download.
*/
#define MAX_KEYS_WAIT \
- GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 2500)
+ GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 2500)
/**
* Generate the base URL for the given merchant instance.
@@ -4758,7 +4758,7 @@ phase_parse_request (struct OrderContext *oc)
GNUNET_JSON_spec_mark_optional (
GNUNET_JSON_spec_uint64 ("product_money_pot",
&ipr->product_money_pot),
- &ipr->quantity_missing),
+ NULL),
GNUNET_JSON_spec_end ()
};