diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-07-05 11:46:02 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-07-05 11:46:02 +0200 |
commit | 75dbf20cedb45d806a93b35124d10d9746527e88 (patch) | |
tree | e9a1674a1f9da403b7ada188f5396f3eda452720 /src/lib/exchange_api_common.c | |
parent | 3453126eb7985c6f311597bf4acf3682f3a3dc9b (diff) |
-annotate bugs
Diffstat (limited to 'src/lib/exchange_api_common.c')
-rw-r--r-- | src/lib/exchange_api_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_common.c b/src/lib/exchange_api_common.c index 739b215f6..b64053f24 100644 --- a/src/lib/exchange_api_common.c +++ b/src/lib/exchange_api_common.c @@ -724,7 +724,7 @@ help_deposit (struct CoinHistoryParseContext *pc, { struct TALER_MerchantWireHashP h_wire; struct TALER_PrivateContractHashP h_contract_terms; - // struct TALER_ExtensionContractHashP h_extensions; // FIXME! + // struct TALER_ExtensionContractHashP h_extensions; // FIXME #7270! struct GNUNET_TIME_Timestamp wallet_timestamp; struct TALER_MerchantPublicKeyP merchant_pub; struct GNUNET_TIME_Timestamp refund_deadline = {0}; |