diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-22 14:48:06 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-22 14:48:06 +0200 |
commit | 70090ed9a86a5513f6b7396b232ebb1b19261469 (patch) | |
tree | 9bf30123b504edcfdfc1bf4079d3e7c2209d4522 /src/include | |
parent | 566ab475425d04aaad267c975f5854fad9ea9d20 (diff) |
kill order for Florian
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_signatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h index 4e24c5196..07fdae3b5 100644 --- a/src/include/taler_signatures.h +++ b/src/include/taler_signatures.h @@ -562,7 +562,7 @@ struct TALER_RefundConfirmationPS * minus the @e refund_fee is the amount that will be credited to * the original coin. */ - struct TALER_AmountNBO refund_fee; + struct TALER_AmountNBO refund_fee; // FIXME: kill! => also do not return refund_fee (from exchange + merchant APIs) }; |