commit be476659a33828dcb6c5b0c9b6b0cf319a0aef75 parent 81d3b454e177b3cbc68e99795a526958f6992be3 Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 17 Jan 2020 20:53:48 +0100 link to bug report Diffstat:
| M | src/auditor/taler-auditor-httpd_deposit-confirmation.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/auditor/taler-auditor-httpd_deposit-confirmation.c b/src/auditor/taler-auditor-httpd_deposit-confirmation.c @@ -68,7 +68,7 @@ verify_and_execute_deposit_confirmation (struct MHD_Connection *connection, "master_sig (expired)"); } - /* TODO: consider having an in-memory cache of already + /* TODO (#6052): consider having an in-memory cache of already verified exchange signing keys, this could save us a signature check AND a database transaction per operation. */