[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 08/09: we need to consistently not export things
From: |
gnunet |
Subject: |
[taler-docs] 08/09: we need to consistently not export things |
Date: |
Sun, 26 May 2024 01:45:55 +0200 |
This is an automated email from the git hooks/post-receive script.
nora-grothoff pushed a commit to branch master
in repository docs.
commit d2a82b2518b44aaf5eab55dedc2e1983aa844a85
Author: Nullptrderef <nullptrderef@proton.me>
AuthorDate: Sun May 26 01:41:58 2024 +0200
we need to consistently not export things
---
core/api-merchant.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index c34b71ec..8e8ee91e 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -428,7 +428,7 @@ Making the payment
.. ts:def:: CoinPaySig
- export interface CoinPaySig {
+ interface CoinPaySig {
// Signature by the coin.
coin_sig: EddsaSignature;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-docs] branch master updated (5b9651b6 -> 932ac913), gnunet, 2024/05/25
- [taler-docs] 01/09: fix: typo or something, gnunet, 2024/05/25
- [taler-docs] 05/09: fix syntax, gnunet, 2024/05/25
- [taler-docs] 02/09: fix: someone doesnt know what indentation is, gnunet, 2024/05/25
- [taler-docs] 04/09: foobase??, gnunet, 2024/05/25
- [taler-docs] 06/09: the ts def should match the interface name 1:1, gnunet, 2024/05/25
- [taler-docs] 09/09: fix the thing, gnunet, 2024/05/25
- [taler-docs] 03/09: wtaf was 91083aa's indentation in auditor.rst, gnunet, 2024/05/25
- [taler-docs] 07/09: move to pkg, do import resolution, gnunet, 2024/05/25
- [taler-docs] 08/09: we need to consistently not export things,
gnunet <=