summaryrefslogtreecommitdiff
path: root/src/auditordb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-14 19:48:26 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-14 19:48:26 +0200
commitc573ebd2fd16c113e175e699d3761d8f7ad9322e (patch)
treedfa6e4ca3d555f25fbcb0dcc08ea481bf9368595 /src/auditordb
parent6e5092d83473dc1b0200d82744cf0f0056b0c110 (diff)
downloadexchange-c573ebd2fd16c113e175e699d3761d8f7ad9322e.tar.gz
exchange-c573ebd2fd16c113e175e699d3761d8f7ad9322e.tar.bz2
exchange-c573ebd2fd16c113e175e699d3761d8f7ad9322e.zip
get test_auditor to pass
Diffstat (limited to 'src/auditordb')
-rw-r--r--src/auditordb/auditor-0001.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditordb/auditor-0001.sql b/src/auditordb/auditor-0001.sql
index 2fe322b1f..a167e8555 100644
--- a/src/auditordb/auditor-0001.sql
+++ b/src/auditordb/auditor-0001.sql
@@ -313,7 +313,7 @@ COMMENT ON TABLE auditor_predicted_result
CREATE TABLE IF NOT EXISTS auditor_pending_deposits
(master_pub BYTEA NOT NULL CONSTRAINT master_pub_ref REFERENCES auditor_exchanges(master_pub) ON DELETE CASCADE
,total_amount taler_amount NOT NULL
- ,wire_target_h_payto BYTEA CHECK (LENGTH(wire_target_h_payto)=64)
+ ,wire_target_h_payto BYTEA CHECK (LENGTH(wire_target_h_payto)=32)
,batch_deposit_serial_id INT8 NOT NULL
,deadline INT8 NOT NULL
,PRIMARY KEY(master_pub, batch_deposit_serial_id)