diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-12-14 16:10:40 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-12-14 16:10:40 +0100 |
commit | ad5d54f48534ac0ad5bfd7f048bd7782e674a89b (patch) | |
tree | 4443e41c1aec412d82642b194aa3d837c9eb5cfd /src/testing/testing_api_cmd_post_transfers.c | |
parent | 49e2e44b09dd845d0922c0acef5ff487b52bf26d (diff) |
migration to protocol v11
Diffstat (limited to 'src/testing/testing_api_cmd_post_transfers.c')
-rw-r--r-- | src/testing/testing_api_cmd_post_transfers.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/testing/testing_api_cmd_post_transfers.c b/src/testing/testing_api_cmd_post_transfers.c index 77a2456b..571cfb9a 100644 --- a/src/testing/testing_api_cmd_post_transfers.c +++ b/src/testing/testing_api_cmd_post_transfers.c @@ -118,7 +118,7 @@ struct PostTransfersState /** * When the exchange executed the transfer. */ - struct GNUNET_TIME_Absolute execution_time; + struct GNUNET_TIME_Timestamp execution_time; }; @@ -140,7 +140,7 @@ struct PostTransfersState static void transfers_cb (void *cls, const struct TALER_MERCHANT_HttpResponse *hr, - struct GNUNET_TIME_Absolute execution_time, + struct GNUNET_TIME_Timestamp execution_time, const struct TALER_Amount *total_amount, const struct TALER_Amount *wire_fee, unsigned int details_length, @@ -347,8 +347,8 @@ post_transfers_traits (void *cls, TALER_TESTING_make_trait_fee (&pts->wire_fee), TALER_TESTING_make_trait_exchange_url ( (const char **) &pts->exchange_url), - TALER_TESTING_make_trait_absolute_time (0, - &pts->execution_time), + TALER_TESTING_make_trait_timestamp (0, + &pts->execution_time), TALER_TESTING_make_trait_bank_row (&pts->serial), TALER_TESTING_trait_end (), }; |