taler-mdb

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

commit 108bba2e83ddcc705fe506551253852f6ca7da41
parent 55319d8dd2bc1d9fd58864cedcb1d5b2024a45f6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 28 Apr 2022 15:01:22 +0200

-rename'

Diffstat:
Msrc/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c @@ -1664,7 +1664,7 @@ static void refund_complete_cb (void *cls, const struct TALER_MERCHANT_HttpResponse *hr, const char *refund_uri, - const struct TALER_PrivateContractHash *h_contract) + const struct TALER_PrivateContractHashP *h_contract) { struct Refund *r = cls;