diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-02-06 15:41:39 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-02-06 15:43:06 +0100 |
commit | 8c820b6916841d746475a4f67904272a518a7aa9 (patch) | |
tree | 947ac506f58d92990a7a2dfcfd4a1b7ed9ead48b /src/exchange-lib/exchange_api_common.c | |
parent | 26d5e08816d3a435cb562db5859069206ca95a63 (diff) |
contract terminology renaming (#4877)
Diffstat (limited to 'src/exchange-lib/exchange_api_common.c')
-rw-r--r-- | src/exchange-lib/exchange_api_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/exchange_api_common.c b/src/exchange-lib/exchange_api_common.c index a531b1c39..0d1110bd4 100644 --- a/src/exchange-lib/exchange_api_common.c +++ b/src/exchange-lib/exchange_api_common.c @@ -226,7 +226,7 @@ TALER_EXCHANGE_verify_coin_history (const char *currency, return GNUNET_SYSERR; } /* NOTE/FIXME: theoretically, we could also check that the given - transaction_id and merchant_pub and h_contract appear in the + transaction_id and merchant_pub and h_proposal_data appear in the history under deposits. However, there is really no benefit for the exchange to lie here, so not checking is probably OK (an auditor ought to check, though). Then again, we similarly |