diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-03-17 14:45:12 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-03-17 14:45:12 +0100 |
commit | bab36a2ac87b025dbdb09344c54eaf6595ab8bde (patch) | |
tree | 3ec8ee464b72be6b476fd3bd75cf6aec79273454 /src/include/taler_exchangedb_plugin.h | |
parent | 12809b28ec6fb7a9b5a846faa9c652f7c3fd63e1 (diff) |
-remove dead field, return h_commitment_age to auditor
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 7440a8aae..a82ba8ba5 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -313,7 +313,6 @@ struct TALER_EXCHANGEDB_TableData struct TALER_CoinSpendPublicKeyP old_coin_pub; struct TALER_CoinSpendSignatureP old_coin_sig; struct TALER_Amount amount_with_fee; - struct TALER_AgeCommitmentHash h_age_commitment; uint32_t noreveal_index; } refresh_commitments; |