exchange

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

commit 1f7f187d9e292edb7edebdc3ff55aa3aec5e1ce8
parent 190a1fadafd65d8716f9bcf0704e2bd68c9eeedd
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 19 Aug 2018 17:24:13 +0200

typo

Diffstat:
Msrc/exchangedb/plugin_exchangedb_postgres.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c @@ -1579,7 +1579,7 @@ postgres_prepare (PGconn *db_conn) ",denoms.denom_pub" ",coins.denom_sig" " FROM payback" - " JOIN kown_coins coins" + " JOIN known_coins coins" " USING (coin_pub)" " JOIN denominations denoms" " USING (denom_pub_hash)"