taler-docs

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

commit 11d94edaac8f297a3ed05c87779092e7ca93cf19
parent c544a4d84efe03b6905173a48edea54851424681
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Wed, 18 Jan 2023 16:34:37 +0100

-use correct foreign key in db schema picture

Diffstat:
Mdesign-documents/024-age-restriction.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/design-documents/024-age-restriction.rst b/design-documents/024-age-restriction.rst @@ -450,7 +450,7 @@ schema in the exchange is given here: label=<<B>withdraw_age_commitments</B>> margin=20 commitments [ - label="<id>withdraw_age_commitments_id\l|h_commitment\l|amount_with_fee_val\l|amount_with_fee_frac\l|noreveal_index\l|max_age_group\l|<res>reserve_pub\l|reserve_sig\l|timestamp\l" + label="withdraw_age_commitments_id\l|<hc>h_commitment\l|amount_with_fee_val\l|amount_with_fee_frac\l|noreveal_index\l|max_age_group\l|<res>reserve_pub\l|reserve_sig\l|timestamp\l" ] } @@ -458,12 +458,12 @@ schema in the exchange is given here: label=<<B>withdraw_age_reveals</B>> margin=20 reveals [ - label="freshcoin_index\l|<comm>withdraw_age_commitments_id\l|<denom>denominations_serial\l|h_coin_ev\l" + label="freshcoin_index\l|<comm>h_commitment\l|<denom>denominations_serial\l|h_coin_ev\l" ] } commitments:res->reserves:id [ label="n:1"; fontname="monospace"]; - reveals:comm -> commitments:id [ label="n:1"; fontname="monospace" ]; + reveals:comm -> commitments:hc [ label="n:1"; fontname="monospace" ]; reveals:denom -> denominations:id [ label="n:1"; fontname="monospace"] ; }