diff options
Diffstat (limited to 'src/benchmark/taler-exchange-benchmark.c')
-rw-r--r-- | src/benchmark/taler-exchange-benchmark.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c index cdde9b89f..62a7fb684 100644 --- a/src/benchmark/taler-exchange-benchmark.c +++ b/src/benchmark/taler-exchange-benchmark.c @@ -358,11 +358,6 @@ static struct Reserve *reserves; static struct Coin *coins; /** - * Transaction id counter, used in /deposit's - */ -static unsigned int transaction_id; - -/** * Transfer UUID counter, used in /admin/add/incoming */ static unsigned int transfer_uuid; @@ -893,7 +888,6 @@ spend_coin (struct Coin *coin, dr.timestamp = GNUNET_TIME_absolute_hton (timestamp); dr.refund_deadline = GNUNET_TIME_absolute_hton (refund_deadline); - dr.transaction_id = GNUNET_htonll (transaction_id); TALER_amount_hton (&dr.amount_with_fee, &amount); @@ -919,7 +913,6 @@ spend_coin (struct Coin *coin, &coin->sig, &coin->pk->key, timestamp, - transaction_id++, &merchant_pub, refund_deadline, &coin_sig, |