commit 113dee90a9454c6eec4d088e433968688de2d685
parent c83569c6a9f38243438d37810659392e39afae99
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 19 Jun 2015 22:19:31 +0200
miscounted s:o entries by one
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mint/taler-mint-httpd_keystate.c b/src/mint/taler-mint-httpd_keystate.c
@@ -135,7 +135,7 @@ denom_key_issue_to_json (const struct TALER_DenominationPublicKey *pk,
TALER_amount_ntoh (&fee_refresh,
&dki->fee_refresh);
return
- json_pack ("{s:o, s:o, s:o, s:o, s:o, s:o, s:o, s:o, s:o}",
+ json_pack ("{s:o, s:o, s:o, s:o, s:o, s:o, s:o, s:o, s:o, s:o}",
"master_sig",
TALER_json_from_data (&dki->signature,
sizeof (struct GNUNET_CRYPTO_EddsaSignature)),