update exchange API to return struct instead of lots of individual args for TALER_EXCHANGE_transfers_get() -- simplifies merchant later

This commit is contained in:
Christian Grothoff 2020-05-03 19:54:36 +02:00
parent 91e0debfbe
commit ef97d426b1
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1611,7 +1611,11 @@ struct TALER_EXCHANGE_TransferData
struct GNUNET_TIME_Absolute execution_time;
/**
<<<<<<< HEAD
* amount of the wire transfer; FIXME: total wired (without fee), or including @a wire_fee?
=======
* amount of the wire transfer
>>>>>>> update exchange API to return struct instead of lots of individual args for TALER_EXCHANGE_transfers_get() -- simplifies merchant later
*/
struct TALER_Amount total_amount;