[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: -typo
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: -typo |
Date: |
Sat, 04 Jan 2025 15:47:07 +0100 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 9ace1bc7f -typo
9ace1bc7f is described below
commit 9ace1bc7f330c800c5e6e03835ede87a924f5311
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jan 4 15:46:57 2025 +0100
-typo
---
src/auditordb/0002-auditor_early_aggregation.sql | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/auditordb/0002-auditor_early_aggregation.sql
b/src/auditordb/0002-auditor_early_aggregation.sql
index 704754180..6faea4a00 100644
--- a/src/auditordb/0002-auditor_early_aggregation.sql
+++ b/src/auditordb/0002-auditor_early_aggregation.sql
@@ -22,5 +22,6 @@ CREATE TABLE IF NOT EXISTS auditor_early_aggregations
amount taler_amount NOT NULL,
suppressed BOOLEAN NOT NULL DEFAULT FALSE
);
-COMMENT ON TABLE auditor_early_aggregation
- IS 'Reports when aggregations/transfers are encountered before their
justifications (can be harmless, if the justifications appear shortly
afterwards).';
+
+COMMENT ON TABLE auditor_early_aggregations
+ IS 'Reports when aggregations/transfers are encountered before their
justifications (can be harmless, if the justifications appear shortly
afterwards).';
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: -typo,
gnunet <=