gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: -use correct foreign key in db schem


From: gnunet
Subject: [taler-docs] branch master updated: -use correct foreign key in db schema picture
Date: Wed, 18 Jan 2023 16:34:40 +0100

This is an automated email from the git hooks/post-receive script.

oec pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 11d94ed  -use correct foreign key in db schema picture
11d94ed is described below

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

    -use correct foreign key in db schema picture
---
 design-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
index 5b6e091..4dd6552 100644
--- 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"] ;
 
        }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]