diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-11-21 14:21:01 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-11-21 14:21:01 +0100 |
commit | 0c94dcb79e820db768755a3348005f82e85537f7 (patch) | |
tree | b5929c4c9f9dec5abcb7da4239e0ac6b16e48f01 /src/exchange/taler-exchange-httpd_extensions.c | |
parent | 7d3ce9bb5d03e42f97102acfc303b590f89e5d40 (diff) | |
parent | e82cbd05b6b2c52f4053f3347ac01b0d0ed905af (diff) |
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat (limited to 'src/exchange/taler-exchange-httpd_extensions.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_extensions.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_extensions.c b/src/exchange/taler-exchange-httpd_extensions.c index 30d1c5ac..c89a0041 100644 --- a/src/exchange/taler-exchange-httpd_extensions.c +++ b/src/exchange/taler-exchange-httpd_extensions.c @@ -20,6 +20,7 @@ #include "platform.h" #include <gnunet/gnunet_json_lib.h> #include "taler_dbevents.h" +#include "taler-exchange-httpd_keys.h" #include "taler-exchange-httpd_responses.h" #include "taler-exchange-httpd_extensions.h" #include "taler_json_lib.h" @@ -156,6 +157,10 @@ extension_update_event_cb (void *cls, TALER_age_mask_to_string (&conf->mask)); } + + // Finally, call TEH_keys_update_states in order to refresh the cached + // values. + TEH_keys_update_states (); } |