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:
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;