diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2019-04-09 17:14:13 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2019-04-10 17:07:13 +0200 |
commit | f3d80b58f68e308a6abac304994fd040ecb91eda (patch) | |
tree | 3177b4bebbde629bb521d5083edbc1245cd3eecc /src/exchange-tools/taler-exchange-keyup.c | |
parent | 074b011d012eb0a202ff59b6444b272a8224cbf5 (diff) |
Make the API-agnostic iterator work.
This allows to build local histories to be matched
against the ones returned by the bank; in particular,
this version builds those stories regardless of /history
or /history-range being run.
Diffstat (limited to 'src/exchange-tools/taler-exchange-keyup.c')
-rw-r--r-- | src/exchange-tools/taler-exchange-keyup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchange-tools/taler-exchange-keyup.c b/src/exchange-tools/taler-exchange-keyup.c index e10911b3d..8b6d32ac8 100644 --- a/src/exchange-tools/taler-exchange-keyup.c +++ b/src/exchange-tools/taler-exchange-keyup.c @@ -1195,7 +1195,6 @@ run (void *cls, const char *cfgfile, const struct GNUNET_CONFIGURATION_Handle *cfg) { - static struct GNUNET_HashCode zero; struct GNUNET_TIME_Relative lookahead_sign; struct GNUNET_CRYPTO_EddsaPrivateKey *eddsa_priv; |