exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 77d49bf4a7958fec21a91c36c5bfbf36b59f2739
parent efbc411dea0d838d0067fc73dfd36a9741cfacc2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 26 Dec 2020 16:29:20 +0100

init member

Diffstat:
Msrc/exchangedb/plugin_exchangedb_postgres.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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