gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: -fix copy and paste issue


From: gnunet
Subject: [taler-exchange] branch master updated: -fix copy and paste issue
Date: Tue, 19 Oct 2021 21:09:08 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new c75a3a19 -fix copy and paste issue
c75a3a19 is described below

commit c75a3a1921b84e000d73f7715e31049717dc6232
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Oct 19 21:09:06 2021 +0200

    -fix copy and paste issue
---
 src/lib/exchange_api_deposits_get.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/exchange_api_deposits_get.c 
b/src/lib/exchange_api_deposits_get.c
index f57388c8..e449aefb 100644
--- a/src/lib/exchange_api_deposits_get.c
+++ b/src/lib/exchange_api_deposits_get.c
@@ -197,7 +197,7 @@ handle_deposit_wtid_finished (void *cls,
       struct GNUNET_JSON_Specification spec[] = {
         TALER_JSON_spec_absolute_time ("execution_time",
                                        &dr.details.accepted.execution_time),
-        GNUNET_JSON_spec_uint64 ("execution_time",
+        GNUNET_JSON_spec_uint64 ("payment_target_uuid",
                                  &dr.details.accepted.payment_target_uuid),
         GNUNET_JSON_spec_bool ("kyc_ok",
                                &dr.details.accepted.kyc_ok),

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]