gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis-gtk] branch master updated: -fix build issues with late


From: gnunet
Subject: [taler-anastasis-gtk] branch master updated: -fix build issues with latest Taler APIs
Date: Sat, 24 Jul 2021 09:59:44 +0200

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

grothoff pushed a commit to branch master
in repository anastasis-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new 477d2e2  -fix build issues with latest Taler APIs
477d2e2 is described below

commit 477d2e2d196c1bd46ca0780aff6cdd9f8035d5d7
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat Jul 24 09:58:19 2021 +0200

    -fix build issues with latest Taler APIs
---
 src/anastasis/anastasis-gtk_action.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/anastasis/anastasis-gtk_action.c 
b/src/anastasis/anastasis-gtk_action.c
index 994be34..0e1686d 100644
--- a/src/anastasis/anastasis-gtk_action.c
+++ b/src/anastasis/anastasis-gtk_action.c
@@ -843,7 +843,7 @@ lookup_recovery_cost (const char *provider,
     struct TALER_Amount fee;
     const char *mtype;
     struct GNUNET_JSON_Specification spec[] = {
-      TALER_JSON_spec_amount ("usage_fee",
+      TALER_JSON_spec_amount_any ("usage_fee",
                               &fee),
       GNUNET_JSON_spec_string ("type",
                                &mtype),
@@ -1135,7 +1135,7 @@ action_secret_editing (void)
       json_array_foreach (fees, pos, fee)
       {
         struct GNUNET_JSON_Specification spec[] = {
-          TALER_JSON_spec_amount ("fee",
+          TALER_JSON_spec_amount_any ("fee",
                                   &a),
           GNUNET_JSON_spec_end ()
         };

-- 
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]