commit 70090ed9a86a5513f6b7396b232ebb1b19261469 parent 566ab475425d04aaad267c975f5854fad9ea9d20 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 22 Jul 2020 14:48:06 +0200 kill order for Florian Diffstat:
| M | src/include/taler_signatures.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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) };