From 1f7f187d9e292edb7edebdc3ff55aa3aec5e1ce8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 19 Aug 2018 17:24:13 +0200 Subject: typo --- src/exchangedb/plugin_exchangedb_postgres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchangedb/plugin_exchangedb_postgres.c') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index f24b8f713..7da15ced3 100644 --- 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)" -- cgit v1.2.3