gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: use 'NULL'


From: gnunet
Subject: [taler-exchange] branch master updated: use 'NULL'
Date: Tue, 08 Feb 2022 00:15:17 +0100

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 133cf76f use 'NULL'
133cf76f is described below

commit 133cf76f0d193e8226e53690b62de74e6b0f68d0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 8 00:15:15 2022 +0100

    use 'NULL'
---
 src/exchange/taler-exchange-httpd_refreshes_reveal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_refreshes_reveal.c 
b/src/exchange/taler-exchange-httpd_refreshes_reveal.c
index b1903032..f9330ebe 100644
--- a/src/exchange/taler-exchange-httpd_refreshes_reveal.c
+++ b/src/exchange/taler-exchange-httpd_refreshes_reveal.c
@@ -381,7 +381,7 @@ resolve_refreshes_reveal_denominations (struct 
MHD_Connection *connection,
   {
     struct TALER_EXCHANGEDB_RefreshRevealedCoin *rrc = &rrcs[i];
     struct GNUNET_JSON_Specification spec[] = {
-      TALER_JSON_spec_blinded_planchet ("bp",
+      TALER_JSON_spec_blinded_planchet (NULL,
                                         &rrc->blinded_planchet),
       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]