summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-14 13:13:58 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-14 13:13:58 +0200
commitbae2277d76d46f9b086f1297f6289d871947584e (patch)
tree00ccb0aed5c590669944701b13def58275427b24
parent249ba03c36d6bc61b78bdd5a7f1ca55701f1c287 (diff)
downloadexchange-bae2277d76d46f9b086f1297f6289d871947584e.tar.gz
exchange-bae2277d76d46f9b086f1297f6289d871947584e.tar.bz2
exchange-bae2277d76d46f9b086f1297f6289d871947584e.zip
-update changelog, remove dead statement
-rw-r--r--debian/changelog6
-rw-r--r--src/bank-lib/fakebank.c1
2 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index b827c937e..06dcabb9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.
diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c
index 7dbf7df5d..7bdbe0b58 100644
--- a/src/bank-lib/fakebank.c
+++ b/src/bank-lib/fakebank.c
@@ -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;