taler-exchange-tvg: fix copy-paste error

This commit is contained in:
Florian Dold 2019-11-25 13:50:04 +01:00
parent d3f78be9fc
commit 3de10da757
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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);