diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-07-24 12:19:36 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-07-24 12:19:36 +0200 |
commit | a654ceafba1b6f75bc1ec7c148ff6bc4336a47c5 (patch) | |
tree | 219e71226d279ede0baccdb81f330116f4a56a26 /src/include/taler_exchangedb_lib.h | |
parent | 9e3f4bdd791f87df25cfd2b818c7ef385b78b35d (diff) |
make sure reserves are not gc'ed before legal expiration
Diffstat (limited to 'src/include/taler_exchangedb_lib.h')
-rw-r--r-- | src/include/taler_exchangedb_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_exchangedb_lib.h b/src/include/taler_exchangedb_lib.h index 0d06c1881..da744506c 100644 --- a/src/include/taler_exchangedb_lib.h +++ b/src/include/taler_exchangedb_lib.h @@ -191,8 +191,8 @@ typedef int */ typedef int (*TALER_EXCHANGEDB_RevocationIterator)(void *cls, - const struct GNUNET_HashCode *denom_hash, - const struct TALER_MasterSignatureP *revocation_master_sig); + const struct GNUNET_HashCode *denom_hash, + const struct TALER_MasterSignatureP *revocation_master_sig); /** |