summaryrefslogtreecommitdiff
path: root/src/backenddb/merchant-0001.sql
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-16 22:14:35 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-16 22:14:35 +0200
commit23b4c5eb9d830fa272c8011b62ac20ef7749f246 (patch)
tree84526f5861abed96e18d0fd32a6b740a7615c75b /src/backenddb/merchant-0001.sql
parent1fa773793b24285205818c21c70fb72cd63fe6ba (diff)
downloadmerchant-23b4c5eb9d830fa272c8011b62ac20ef7749f246.tar.gz
merchant-23b4c5eb9d830fa272c8011b62ac20ef7749f246.tar.bz2
merchant-23b4c5eb9d830fa272c8011b62ac20ef7749f246.zip
fixing #6903
Diffstat (limited to 'src/backenddb/merchant-0001.sql')
-rw-r--r--src/backenddb/merchant-0001.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backenddb/merchant-0001.sql b/src/backenddb/merchant-0001.sql
index 6e79c7ff..74144e86 100644
--- a/src/backenddb/merchant-0001.sql
+++ b/src/backenddb/merchant-0001.sql
@@ -368,7 +368,7 @@ COMMENT ON COLUMN merchant_transfers.verified
COMMENT ON COLUMN merchant_transfers.confirmed
IS 'true once the merchant confirmed that this transfer was received';
COMMENT ON COLUMN merchant_transfers.credit_amount_val
- IS 'actual value of the (aggregated) wire transfer, excluding the wire fee';
+ IS 'actual value of the (aggregated) wire transfer, excluding the wire fee, according to the merchant';
CREATE TABLE IF NOT EXISTS merchant_transfer_signatures
(credit_serial BIGINT PRIMARY KEY