diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-26 16:29:20 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-26 16:29:20 +0100 |
commit | 77d49bf4a7958fec21a91c36c5bfbf36b59f2739 (patch) | |
tree | 64e60b09529cb3a02dc22cf4436fa2e7427635ff /src/exchangedb | |
parent | efbc411dea0d838d0067fc73dfd36a9741cfacc2 (diff) |
init member
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 2 |
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 |