taler-docs

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

commit f219e4388e2c20bcd9417347b24cd297ce14d15d
parent f099681119f1dd5fedefb167da3e8e7c23a60895
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Mon,  9 Jan 2023 17:58:55 +0100

-rename field in age-withdraw history

Diffstat:
Mcore/api-exchange.rst | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -1487,10 +1487,7 @@ exchange. type: "AGEWITHDRAW"; // Total Amount withdrawn. - total_amount: Amount; - - // Hash of the denomination public keys of the coins. - h_denom_pubs: HashCode[]; + amount: Amount; // Commitment of all ``n*kappa`` coins. age_restricted_coins_commitment: HashCode;