exchange

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

commit bae2277d76d46f9b086f1297f6289d871947584e
parent 249ba03c36d6bc61b78bdd5a7f1ca55701f1c287
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 14 Jul 2021 13:13:58 +0200

-update changelog, remove dead statement

Diffstat:
Mdebian/changelog | 6++++++
Msrc/bank-lib/fakebank.c | 1-
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git 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 @@ -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;