commit 820a41f10235e54107c396d936cf7c4f6ef54584 parent 17d4ac305f54eec3d9f48d55f7faaf35be389492 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 25 Oct 2025 22:03:13 +0200 -fixme was addressed in donau Diffstat:
| M | src/backend/taler-merchant-httpd_post-orders-ID-pay.c | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c @@ -2057,9 +2057,8 @@ add_donation_receipt_outputs ( if (sot->output_index != donau_output_index) continue; - // FIXME: in the future, use incref here once - // we change libdonau to do decref! - sot->sig.signature = blinded_sigs[i].blinded_sig; + sot->sig.signature = GNUNET_CRYPTO_blind_sig_incref (blinded_sigs[i]. + blinded_sig); sot->h_issue.hash = pc->parse_wallet_data.bkps[i].h_donation_unit_pub.hash; } // FIXME: do this in libdonau in the future!