diff options
Diffstat (limited to 'src/lib/test_merchant_api.c')
-rw-r--r-- | src/lib/test_merchant_api.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c index c8ae9f82..c968168c 100644 --- a/src/lib/test_merchant_api.c +++ b/src/lib/test_merchant_api.c @@ -40,7 +40,7 @@ /** * URL under which the exchange is reachable during the testcase. */ -#define EXCHANGE_URL "http://localhost:8084/" +#define EXCHANGE_URL "http://localhost:8081/" /** * Account number of the exchange at the bank. @@ -1299,6 +1299,7 @@ history_cb (void *cls, fail (is); return; } + /* entry_timestamp should always become last_timestamp */ entry_timestamp = GNUNET_TIME_absolute_max (last_timestamp, entry_timestamp); if (last_timestamp.abs_value_us != entry_timestamp.abs_value_us) { @@ -3822,6 +3823,7 @@ interpreter_run (void *cls) const struct Command *proposal_ref; const char *order_id; + /* get proposal reference, and order_id from it */ GNUNET_assert(NULL != (ref = find_command (is, cmd->details.track_transaction.pay_ref))); |