summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-09 21:59:24 +0200
committerChristian Grothoff <christian@grothoff.org>2016-06-09 21:59:24 +0200
commit42e2d51e53729fb8ae62beffda034391d03b8850 (patch)
tree1b1c9835b09ddf12d8dc64f895baa5e9e9b4fbe2 /src
parent3f4d668463c55186c2f0d33e49c20a9ea4c5e98c (diff)
downloadexchange-42e2d51e53729fb8ae62beffda034391d03b8850.tar.gz
exchange-42e2d51e53729fb8ae62beffda034391d03b8850.tar.bz2
exchange-42e2d51e53729fb8ae62beffda034391d03b8850.zip
note similarity in code
Diffstat (limited to 'src')
-rw-r--r--src/exchange-lib/exchange_api_track_transfer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/exchange-lib/exchange_api_track_transfer.c b/src/exchange-lib/exchange_api_track_transfer.c
index f7de4334c..417d065f0 100644
--- a/src/exchange-lib/exchange_api_track_transfer.c
+++ b/src/exchange-lib/exchange_api_track_transfer.c
@@ -71,6 +71,10 @@ struct TALER_EXCHANGE_TrackTransferHandle
* Check that the response is well-formed and if it is, call the
* callback. If not, return an error code.
*
+ * This code is very similar to
+ * merchant_api_track_transfer.c::check_track_transfer_response_ok.
+ * Any changes should likely be reflected there as well.
+ *
* @param wdh handle to the operation
* @param json response we got
* @return #GNUNET_OK if we are done and all is well,