diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-11 10:01:37 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-05 16:44:09 +0200 |
commit | 4119dbd1aab1ad6f63cc48d4a7e396834e60d62b (patch) | |
tree | 6d7924a143444293952d6a596a13826347718825 /src/include/taler_exchange_service.h | |
parent | 556085ac80df6148a1c0523ada516f843390ce6d (diff) |
update
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 ea185f09a..1fe7d2f8f 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 + * amount of the wire transfer; FIXME: total wired (without fee), or including @a wire_fee? */ struct TALER_Amount total_amount; |