-update changelog, remove dead statement
This commit is contained in:
parent
249ba03c36
commit
bae2277d76
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user