gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: taler-exchange-tvg: fix copy-pas


From: gnunet
Subject: [taler-exchange] branch master updated: taler-exchange-tvg: fix copy-paste error
Date: Mon, 25 Nov 2019 13:50:12 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 3de10da7 taler-exchange-tvg: fix copy-paste error
3de10da7 is described below

commit 3de10da7574e04a5375534583464adda0fc33e2b
Author: Florian Dold <address@hidden>
AuthorDate: Mon Nov 25 13:50:04 2019 +0100

    taler-exchange-tvg: fix copy-paste error
---
 src/exchange-tools/taler-exchange-tvg.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange-tools/taler-exchange-tvg.c 
b/src/exchange-tools/taler-exchange-tvg.c
index 7fc06b0c..366ef7cb 100644
--- a/src/exchange-tools/taler-exchange-tvg.c
+++ b/src/exchange-tools/taler-exchange-tvg.c
@@ -80,8 +80,8 @@ run (void *cls,
                                             GNUNET_CRYPTO_EcdhePrivateKey));
     display_data ("  pub1", &pub1, sizeof (struct
                                            GNUNET_CRYPTO_EcdhePublicKey));
-    display_data ("  priv2", &priv2, sizeof (struct
-                                             GNUNET_CRYPTO_EcdhePublicKey));
+    display_data ("  priv2", priv2, sizeof (struct
+                                            GNUNET_CRYPTO_EcdhePrivateKey));
     display_data ("  skm", &skm, sizeof (struct GNUNET_HashCode));
     GNUNET_free (priv1);
     GNUNET_free (priv2);

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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