return fee as well

This commit is contained in:
Christian Grothoff 2020-05-05 22:17:16 +02:00
parent f88fd4640f
commit 5a4547388b
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -177,9 +177,13 @@ handle_refund_finished (void *cls,
{
ep = &exchange_pub;
es = &exchange_sig;
<<<<<<< HEAD
TALER_amount_ntoh (&ra,
&rh->depconf.refund_fee);
rf = &ra;
=======
rf = &rh->depconf.refund_fee;
>>>>>>> return fee as well
}
break;
case MHD_HTTP_BAD_REQUEST: