commit 3deb0468cc7fb1989e717368d58b59deb6e5a44a
parent 5a7180e36726e9e5906f955c4ad6c8d935af7c2e
Author: Özgür Kesim <oec-taler@kesim.org>
Date: Tue, 16 Dec 2025 11:34:47 +0100
[dd24] avoid shadowing of CoinPaySig
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/design-documents/024-age-restriction.rst b/design-documents/024-age-restriction.rst
@@ -645,9 +645,9 @@ age by
The object ``CoinPaySig`` used within a ``PayRequest`` during a POST to
``[/instances/$INSTANCE]/orders/$ORDER_ID/pay`` is extended as follows:
-.. ts:def:: CoinPaySig
+.. ts:def:: AgeCoinPaySig
- export interface CoinPaySig {
+ export interface AgeCoinPaySig extends CoinPaySig {
...
// If a minimum age was required by the order and the wallet had coins that