commit bf733a72f2e568f91c9b43ca41cabfdcd4085448 parent f564810d4b3c4ac5862f5cf210c939ff357e69a6 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 13 Aug 2026 19:18:25 +0200 properly listen for wire updates Diffstat:
| M | src/exchange/taler-exchange-httpd_get-keys.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange/taler-exchange-httpd_get-keys.c b/src/exchange/taler-exchange-httpd_get-keys.c @@ -1215,7 +1215,7 @@ TEH_keys_init () { struct GNUNET_DB_EventHeaderP es = { .size = htons (sizeof (es)), - .type = htons (TALER_DBEVENT_EXCHANGE_KEYS_UPDATED), + .type = htons (TALER_DBEVENT_EXCHANGE_WIRE_UPDATED), }; wire_eh = TALER_EXCHANGEDB_event_listen (TEH_pg,