commit a046360eac672cc7771507b1a65b189955cf6ebd parent 2563686e6645024af62706014be11879d4122599 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 25 Jun 2017 12:39:33 +0200 ref bugnote Diffstat:
| M | src/backend/taler-merchant-httpd_exchanges.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c @@ -347,7 +347,7 @@ process_wire_fees (void *cls, else endp->next = af; endp = af; - // FIXME: also preserve `fees` in backend DB (under wire method + exchange master pub!) + // FIXME #4943: also preserve `fees` in backend DB (under wire method + exchange master pub!) fees = fees->next; } }