diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-06-15 18:36:03 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-06-15 18:36:03 +0200 |
commit | 613b9b7296ff8f7a2c406d02b0de5319b0da3953 (patch) | |
tree | 84a4f339a991ee3cad5a5d591fdf58e9935df583 | |
parent | e62fe71de43a1325822e5768cc040609030fccd6 (diff) |
revert 1c1ec9c54e09e9b90ea7a91e81bf5a6eb878c53b to fix #8945 and enable frontend to detect that it must use PATCH
m--------- | contrib/wallet-core | 0 | ||||
-rw-r--r-- | src/backenddb/pg_select_accounts.c | 9 |
2 files changed, 4 insertions, 5 deletions
diff --git a/contrib/wallet-core b/contrib/wallet-core -Subproject ce923bfba1bbbca7e52e1ef0b166a47376f9136 +Subproject 608c1bb0b435eb64420388a1a5809df3d1146bc diff --git a/src/backenddb/pg_select_accounts.c b/src/backenddb/pg_select_accounts.c index ffb6c4c9..e88fbb57 100644 --- a/src/backenddb/pg_select_accounts.c +++ b/src/backenddb/pg_select_accounts.c @@ -143,11 +143,10 @@ TMH_PG_select_accounts (void *cls, ",credit_facade_credentials" ",active" " FROM merchant_accounts" - " WHERE active" - " AND merchant_serial=" - " (SELECT merchant_serial " - " FROM merchant_instances" - " WHERE merchant_id=$1);"); + " WHERE merchant_serial=" + " (SELECT merchant_serial " + " FROM merchant_instances" + " WHERE merchant_id=$1);"); qs = GNUNET_PQ_eval_prepared_multi_select (pg->conn, "select_accounts", params, |