commit 0d6368a7056b51cd4eeb079b95d3300821113e6b parent dd1a7d54d17e1dd9184553d25d2ee0effbc67c10 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 29 Jun 2026 20:59:29 +0200 fix copy-and-paste bug Diffstat:
| M | src/util/wallet_signatures.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/util/wallet_signatures.c b/src/util/wallet_signatures.c @@ -2182,7 +2182,7 @@ TALER_wallet_order_unclaim_verify ( { struct TALER_OrderUnclaimPS rcp = { .purpose.size = htonl (sizeof (rcp)), - .purpose.purpose = htonl (TALER_SIGNATURE_WALLET_RESERVE_CLOSE), + .purpose.purpose = htonl (TALER_SIGNATURE_WALLET_ORDER_UNCLAIM), .h_contract = *h_contract };