taler-docs

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

commit da56977c54aa34d7a0f2f95c190ebfb0e773e4c7
parent 08608bd0fbb0283a9512aa737071f585e8495af7
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Sun, 30 Apr 2023 13:16:59 +0200

rename tables to age_withdraw_{commitments,reveal}

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

diff --git a/design-documents/024-age-restriction.rst b/design-documents/024-age-restriction.rst @@ -432,18 +432,18 @@ schema in the exchange is given here: ] subgraph cluster_commitments { - label=<<B>withdraw_age_commitments</B>> + label=<<B>age_withdraw_commitments</B>> margin=20 commitments [ - 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\l|<res>reserve_pub\l|reserve_sig\l" + label="age_withdraw_commitments_id\l|<hc>h_commitment\l|amount_with_fee_val\l|amount_with_fee_frac\l|noreveal_index\l|max_age\l|<res>reserve_pub\l|reserve_sig\l" ] } subgraph cluster_reveals { - label=<<B>withdraw_age_reveals</B>> + label=<<B>age_withdraw_reveals</B>> margin=20 reveals [ - label="freshcoin_index\l|<comm>h_commitment\l|<denom>denominations_serial\l|h_coin_ev\l" + label="freshcoin_index\l|<comm>h_commitment\l|<denom>denominations_serial\l|coin_ev\l|h_coin_ev\l|ev_sig\l" ] }