-update changelog, remove dead statement

This commit is contained in:
Christian Grothoff 2021-07-14 13:13:58 +02:00
parent 249ba03c36
commit bae2277d76
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 6 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
taler-exchange (0.9.0-13) unstable; urgency=low
* New Taler amount operations (multiply and divide) added.
-- Christian Grothoff <grothoff@gnu.org> Wed, 14 Jul 2021 14:02:10 +0100
taler-exchange (0.9.0-12) unstable; urgency=low
* Fix typo in taler-auditor shell script: clean before building.

View File

@ -728,7 +728,6 @@ make_transfer (
t->debit_account = debit_acc;
t->credit_account = credit_acc;
t->amount = *amount;
t->row_id = *ret_row_id;
t->date = GNUNET_TIME_absolute_get ();
(void) GNUNET_TIME_round_abs (&t->date);
t->type = T_DEBIT;