exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 3de10da7574e04a5375534583464adda0fc33e2b
parent d3f78be9fc7a85a4bb18712d0c2e39a2e9445b63
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 25 Nov 2019 13:50:04 +0100

taler-exchange-tvg: fix copy-paste error

Diffstat:
Msrc/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 @@ -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);