From b00bea0b44fff4169c1c629bc6908a7ddddfd74d Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Mon, 25 May 2015 17:30:46 +0200 Subject: copy currency into fee_withdrawl --- src/mintdb/test_mintdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mintdb/test_mintdb.c') diff --git a/src/mintdb/test_mintdb.c b/src/mintdb/test_mintdb.c index 212e763bc..14a4ccc30 100644 --- a/src/mintdb/test_mintdb.c +++ b/src/mintdb/test_mintdb.c @@ -232,7 +232,7 @@ run (void *cls, (void) strcpy (dki.issue.value.currency, CURRENCY); dki.issue.fee_withdraw.value = 0; dki.issue.fee_withdraw.fraction = htonl (100); - (void) strcpy (dki.issue.value.currency, CURRENCY); + (void) strcpy (dki.issue.fee_withdraw.currency, CURRENCY); dki.issue.fee_refresh = dki.issue.fee_withdraw; FAILIF (GNUNET_OK != plugin->insert_denomination (plugin->cls, -- cgit v1.2.3