diff options
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) }; |