aboutsummaryrefslogtreecommitdiff
path: root/src/mint/key_io.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-29 00:09:48 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-29 00:09:48 +0100
commit8adde040ab5c3fdc40b06537d3bab1aa60ecc5e5 (patch)
tree66cf29710aa422971cc73adefbcc887e98be5f17 /src/mint/key_io.h
parentb162d2e45829469df5327ea25b2bab1ba1ebaab9 (diff)
downloadexchange-8adde040ab5c3fdc40b06537d3bab1aa60ecc5e5.tar.xz
towards proper implementation of /withdraw/status
Diffstat (limited to 'src/mint/key_io.h')
-rw-r--r--src/mint/key_io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mint/key_io.h b/src/mint/key_io.h
index 44665e379..a14866f47 100644
--- a/src/mint/key_io.h
+++ b/src/mint/key_io.h
@@ -42,6 +42,7 @@
struct TALER_MINT_SignKeyIssuePriv
{
struct GNUNET_CRYPTO_EddsaPrivateKey signkey_priv;
+
struct TALER_MINT_SignKeyIssue issue;
};