diff options
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/0003-aml_staff.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/0003-aml_staff.sql b/src/exchangedb/0003-aml_staff.sql index 3c538df1..9015c780 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 |