exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit ed9c37ef4fb49949b06fccac72e498b67c4c61ce
parent 94c5ee9376c0a51389adeffa529cca0b8c21e5f1
Author: Florian Dold <florian@dold.me>
Date:   Sat, 16 Jan 2021 23:57:34 +0100

remove unused struct member

Diffstat:
Msrc/exchange/taler-exchange-aggregator.c | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c @@ -95,11 +95,6 @@ struct AggregationUnit struct TALER_EXCHANGEDB_Session *session; /** - * Wire preparation handle. - */ - struct TALER_BANK_PrepareHandle *ph; - - /** * Array of row_ids from the aggregation. */ uint64_t additional_rows[TALER_EXCHANGEDB_MATCHING_DEPOSITS_LIMIT];