summaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
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