summaryrefslogtreecommitdiff
path: root/src/exchange-tools
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-11-25 13:50:04 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-11-25 13:50:04 +0100
commit3de10da7574e04a5375534583464adda0fc33e2b (patch)
tree549250ce42910cf3d2b8354ba2cf9fdcd310a178 /src/exchange-tools
parentd3f78be9fc7a85a4bb18712d0c2e39a2e9445b63 (diff)
downloadexchange-3de10da7574e04a5375534583464adda0fc33e2b.tar.gz
exchange-3de10da7574e04a5375534583464adda0fc33e2b.tar.bz2
exchange-3de10da7574e04a5375534583464adda0fc33e2b.zip
taler-exchange-tvg: fix copy-paste error
Diffstat (limited to 'src/exchange-tools')
-rw-r--r--src/exchange-tools/taler-exchange-tvg.c4
1 files 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);