taler-docs

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

commit 196c6010bc21cb1e9002f220c4da2acca80b2b64
parent f8e4ef2938bd4301c5b02baeccd4a857ffb308b6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  4 Dec 2025 21:54:59 +0100

fix #10696: wallet_data_hash is not necessary at all

Diffstat:
Mcore/api-merchant.rst | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -1065,9 +1065,6 @@ again. // database access). h_contract: HashCode; - // Hash over custom inputs from the wallet for the contract. - wallet_data_hash?: HashCode; - // Session id for which the payment is proven. session_id: string; }