taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit 55319d8dd2bc1d9fd58864cedcb1d5b2024a45f6
parent 60b76d2fb6985959a912658736d97166ac8b2d5d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 14 Dec 2021 16:44:09 +0100

update to latest Git of exchange/merchant

Diffstat:
Msrc/main.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main.c b/src/main.c @@ -456,7 +456,7 @@ struct MdbHandle size_t tx_len; /** - * Time out to wait for an acknoweledge received via the mdb bus + * Time out to wait for an acknowledge received via the mdb bus */ struct GNUNET_TIME_Absolute ack_timeout; @@ -1664,7 +1664,7 @@ static void refund_complete_cb (void *cls, const struct TALER_MERCHANT_HttpResponse *hr, const char *refund_uri, - const struct GNUNET_HashCode *h_contract) + const struct TALER_PrivateContractHash *h_contract) { struct Refund *r = cls;