summaryrefslogtreecommitdiff
path: root/src/include/taler_merchantdb_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-23 10:30:17 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-23 10:30:17 +0200
commitae52368483af8b18ac3a3b68d30d4aca1871b067 (patch)
treebafb432f3bbc054bd10db0884be086221654c86f /src/include/taler_merchantdb_plugin.h
parent66f0f2d7acaba870e2b8aa18cddcecb2a30cee2d (diff)
downloadmerchant-ae52368483af8b18ac3a3b68d30d4aca1871b067.tar.gz
merchant-ae52368483af8b18ac3a3b68d30d4aca1871b067.tar.bz2
merchant-ae52368483af8b18ac3a3b68d30d4aca1871b067.zip
clarify with/without wire fee issue
Diffstat (limited to 'src/include/taler_merchantdb_plugin.h')
-rw-r--r--src/include/taler_merchantdb_plugin.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_merchantdb_plugin.h b/src/include/taler_merchantdb_plugin.h
index b1dafec6..36925549 100644
--- a/src/include/taler_merchantdb_plugin.h
+++ b/src/include/taler_merchantdb_plugin.h
@@ -1540,7 +1540,9 @@ struct TALER_MERCHANTDB_Plugin
* @param exchange_url the exchange that made the transfer
* @param payto_uri account that received the transfer
* @param wtid wire transfer subject
- * @param[out] total_amount amount that was transferred (in total, minus @a wire_fee)
+ * @param[out] total_amount amount that was debited from our
+ * aggregate balance at the exchange (in total, sum of
+ * the wire transfer amount and the @a wire_fee)
* @param[out] wire_fee the wire fee the exchange charged
* @param[out] execution_time when the transfer was executed by the exchange
* @param[out] verified did we confirm the transfer was OK