summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-26 16:29:20 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-26 16:29:20 +0100
commit77d49bf4a7958fec21a91c36c5bfbf36b59f2739 (patch)
tree64e60b09529cb3a02dc22cf4436fa2e7427635ff
parentefbc411dea0d838d0067fc73dfd36a9741cfacc2 (diff)
downloadexchange-77d49bf4a7958fec21a91c36c5bfbf36b59f2739.tar.gz
exchange-77d49bf4a7958fec21a91c36c5bfbf36b59f2739.tar.bz2
exchange-77d49bf4a7958fec21a91c36c5bfbf36b59f2739.zip
init member
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 4f49a219e..eed80aef3 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -9138,6 +9138,8 @@ libtaler_plugin_exchangedb_postgres_init (void *cls)
= &postgres_get_wire_fees;
plugin->insert_signkey_revocation
= &postgres_insert_signkey_revocation;
+ plugin->lookup_signkey_revocation
+ = &postgres_lookup_signkey_revocation;
plugin->lookup_denomination_key
= &postgres_lookup_denomination_key;
plugin->insert_auditor_denom_sig