summaryrefslogtreecommitdiff
path: root/design-documents/024-age-restriction.rst
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2023-04-30 13:16:59 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2023-04-30 13:16:59 +0200
commitda56977c54aa34d7a0f2f95c190ebfb0e773e4c7 (patch)
tree8f4f09f6201c6b426925360e829ea5c5e30b64cb /design-documents/024-age-restriction.rst
parent08608bd0fbb0283a9512aa737071f585e8495af7 (diff)
downloaddocs-da56977c54aa34d7a0f2f95c190ebfb0e773e4c7.tar.gz
docs-da56977c54aa34d7a0f2f95c190ebfb0e773e4c7.tar.bz2
docs-da56977c54aa34d7a0f2f95c190ebfb0e773e4c7.zip
rename tables to age_withdraw_{commitments,reveal}
Diffstat (limited to 'design-documents/024-age-restriction.rst')
-rw-r--r--design-documents/024-age-restriction.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/design-documents/024-age-restriction.rst b/design-documents/024-age-restriction.rst
index 14484513..ec7edd69 100644
--- 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"
]
}