commit 69ebb1a567a239cb299a43ef344374afd35cab65 parent 25af3f7f20ab6e84e7944359e76df2ad5be22cef Author: Özgür Kesim <oec-taler@kesim.org> Date: Tue, 15 Apr 2025 11:06:12 +0200 [exchange] change /reveal-withdraw request parameters Diffstat:
| M | core/api-exchange.rst | | | 10 | ++++++---- |
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -2255,10 +2255,12 @@ These endpoints are called by the client .. ts:def:: RevealWithdrawRequest interface RevealWithdrawRequest { - // This is the Hash(reserve_pub, h_planchets), of the reserve's public - // key and the running hash of all blinded planchets from the previous - // call to /withdraw. - h_commitment: string; + // The reserve's public key from the previous call to /withdraw. + reserve_pub: string; + + // This is the h_planchets running hash of all blinded planchets + // from the previous call to /withdraw. + h_planchets: string; // Array of ``(kappa - 1)`` disclosed batch secrets, // from which for each of the n coins in a batch