diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-06-23 10:30:31 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-06-23 10:30:31 +0200 |
commit | 48d4690fbd0576e900332dcbfb285d0537091abf (patch) | |
tree | da647e35db2489bbed95b1cd82935c2c664d5e84 /src/include/taler_exchange_service.h | |
parent | 697f522c79adc9551b90063b3d2939bcf2cfc7ac (diff) |
clarify with/without wire fee issue, sanity checks on currencies
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r-- | src/include/taler_exchange_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h index 07998702..e61a07c9 100644 --- a/src/include/taler_exchange_service.h +++ b/src/include/taler_exchange_service.h @@ -1611,7 +1611,7 @@ struct TALER_EXCHANGE_TransferData struct GNUNET_TIME_Absolute execution_time; /** - * amount of the wire transfer; FIXME: total wired (without fee), or including @a wire_fee? + * Actual amount of the wire transfer, excluding the wire fee. */ struct TALER_Amount total_amount; |