commit a85665de799643db194894b2b7a28eafc1493b00
parent 34e724f935fcc957c5a69e403faceba629a7fd1d
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Fri, 10 Jul 2026 13:23:28 +0200
fix spec
Diffstat:
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/core/donau/post-batch-submit.rst b/core/donau/post-batch-submit.rst
@@ -26,7 +26,7 @@
Returned with error code ``TALER_EC_DONAU_DONOR_IDENTIFIER_NONCE_REUSE``.
:http:statuscode:`500 Internal Server Error`:
The Donau encountered an internal database error.
- Returned with error code ``TALER_EC_GENERIC_DB_FETCH_FAILED``.
+ Returned with error code ``TALER_EC_GENERIC_DB_STORE_FAILED``.
**Details:**
diff --git a/core/merchant/post-orders-ORDER_ID-abort.rst b/core/merchant/post-orders-ORDER_ID-abort.rst
@@ -92,10 +92,6 @@
// Public key of a coin for which the wallet is requesting an abort-related refund.
coin_pub: EddsaPublicKey;
- // The amount to be refunded (matches the original contribution)
- // @Deprecated since **v18**.
- contribution: Amount;
-
// URL of the exchange this coin was withdrawn from.
exchange_url: string;
}