aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/0003-aml_staff.sql
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-12-27 11:49:41 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-12-27 11:49:41 +0100
commit8d0bf81801acfca1b2007b8300bf80deafed5a00 (patch)
tree8160f426c0da53f4da198daba808344036cd1151 /src/exchangedb/0003-aml_staff.sql
parent704f791d0c47a9e5f9a6c076df50dd338487bb43 (diff)
downloadexchange-8d0bf81801acfca1b2007b8300bf80deafed5a00.tar.xz
-new crypto functions
Diffstat (limited to 'src/exchangedb/0003-aml_staff.sql')
-rw-r--r--src/exchangedb/0003-aml_staff.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/0003-aml_staff.sql b/src/exchangedb/0003-aml_staff.sql
index 3c538df1d..9015c7803 100644
--- a/src/exchangedb/0003-aml_staff.sql
+++ b/src/exchangedb/0003-aml_staff.sql
@@ -28,7 +28,7 @@ COMMENT ON TABLE aml_staff
COMMENT ON COLUMN aml_staff.decider_pub
IS 'Public key of the AML staff member.';
COMMENT ON COLUMN aml_staff.master_sig
- IS 'The master public key signature on the AML staff member status.';
+ IS 'The master public key signature on the AML staff member status, of type TALER_SIGNATURE_MASTER_AML_KEY.';
COMMENT ON COLUMN aml_staff.decider_name
IS 'Name of the staff member.';
COMMENT ON COLUMN aml_staff.is_active