diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-28 21:02:12 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-28 22:41:24 +0100 |
commit | ee79f312754304d15704e122970223f28759fceb (patch) | |
tree | f23321a121fb6fa910688e3e794f942a9d4cc5ab /src/include/taler_exchangedb_plugin.h | |
parent | 0efc7fd524c91c5e2b99088befe28f6dcdf14d59 (diff) |
-work on test_sync.sh, incomplete
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 80cab782..6e3008ad 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -200,7 +200,7 @@ struct TALER_EXCHANGEDB_TableData struct { uint32_t denom_type; - uint32_t age_restrictions; + uint32_t age_mask; struct TALER_DenominationPublicKey denom_pub; struct TALER_MasterSignatureP master_sig; struct GNUNET_TIME_Timestamp valid_from; |