taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit d2a82b2518b44aaf5eab55dedc2e1983aa844a85
parent cdd751d8cfda63ecd850a7007396f4257cbfe1f5
Author: Nullptrderef <nullptrderef@proton.me>
Date:   Sun, 26 May 2024 01:41:58 +0200

we need to consistently not export things

Diffstat:
Mcore/api-merchant.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;