summaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-28 03:58:21 +0100
committerChristian Grothoff <christian@grothoff.org>2016-01-28 03:58:21 +0100
commit46d9cc367bdc9bf8cda7ae12e78ea0a2e0853d36 (patch)
treeff13f79a4c570c1fe63050665e3c3398dc6d9a11 /src/include/taler_signatures.h
parent4506b4878ffb4f827cd0be0ab7587ed3654edd0d (diff)
downloadexchange-46d9cc367bdc9bf8cda7ae12e78ea0a2e0853d36.tar.gz
exchange-46d9cc367bdc9bf8cda7ae12e78ea0a2e0853d36.tar.bz2
exchange-46d9cc367bdc9bf8cda7ae12e78ea0a2e0853d36.zip
finishing core logic for #4141, but untested
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r--src/include/taler_signatures.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index 85c681dac..2526597ee 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -953,20 +953,6 @@ struct TALER_ConfirmWirePS
*/
struct TALER_AmountNBO coin_contribution;
- /**
- * The total amount the mint transferred in the transaction.
- * Note that we may be aggregating multiple coin's @e coin_contribution
- * values into a single wire transfer, so this value may be larger
- * than that of @e coin_contribution. It may also be smaller, as
- * @e coin_contribution may be say "1.123456" but the wire unit may
- * be rounded down, i.e. to "1.12" (depending on the transfer method).
- *
- * Note that the mint books the deltas from rounding down as profit,
- * so aggregating transfers is a good thing for the merchant (as it
- * reduces rounding down expenses).
- */
- struct TALER_AmountNBO total_amount;
-
};
GNUNET_NETWORK_STRUCT_END