diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-06-23 10:30:17 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-06-23 10:30:17 +0200 |
commit | ae52368483af8b18ac3a3b68d30d4aca1871b067 (patch) | |
tree | bafb432f3bbc054bd10db0884be086221654c86f /src/backenddb/merchant-0001.sql | |
parent | 66f0f2d7acaba870e2b8aa18cddcecb2a30cee2d (diff) |
clarify with/without wire fee issue
Diffstat (limited to 'src/backenddb/merchant-0001.sql')
-rw-r--r-- | src/backenddb/merchant-0001.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backenddb/merchant-0001.sql b/src/backenddb/merchant-0001.sql index b89f7792..f6f91f34 100644 --- a/src/backenddb/merchant-0001.sql +++ b/src/backenddb/merchant-0001.sql @@ -364,6 +364,8 @@ COMMENT ON COLUMN merchant_transfers.verified IS 'true once we got an acceptable response from the exchange for this transfer'; 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'; CREATE TABLE IF NOT EXISTS merchant_transfer_signatures (credit_serial BIGINT PRIMARY KEY |