commit 4b2473cbec81cb8e2a4b31787b21bd99c2521adb parent fc52c967243d35c8dcc573b334a5cc31c712e4fe Author: Özgür Kesim <oec-taler@kesim.org> Date: Thu, 17 Apr 2025 21:38:25 +0200 [exchange] remove dangling type in melt-reveal Diffstat:
| M | core/api-exchange.rst | | | 12 | ------------ |
1 file changed, 0 insertions(+), 12 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -2166,18 +2166,6 @@ These endpoints are called by the client } - .. ts:def:: BatchSeed - - // The master seed material from which for n coins in a batch, - // each coins' private key ``coin_priv``, blinding ``beta``, - // nonce ``nonce`` (for Clause-Schnorr) and - // the transfer private key (to link the new coin to the previous) - // are derived. - // - // TODO: add specification of how exactly this derivation works. - type BatchSeed = string; - - .. ts:def:: RevealResponse type RevealResponse = WithdrawResponse;