From f9c6cdfcda3168d55c4c9de0d4d7b670108c7431 Mon Sep 17 00:00:00 2001 From: kexkey Date: Sun, 23 Feb 2020 22:11:08 +0000 Subject: [PATCH] Bugfix/txidasstring (#171) * Double-quotes too much in where clause * Double-quotes too less --- proxy_docker/app/script/confirmation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy_docker/app/script/confirmation.sh b/proxy_docker/app/script/confirmation.sh index 9664d62..499f030 100644 --- a/proxy_docker/app/script/confirmation.sh +++ b/proxy_docker/app/script/confirmation.sh @@ -141,7 +141,7 @@ confirmation() { local watching_id # Let's see if we need to insert tx in the join table - tx=$(sql "SELECT tx_id FROM watching_tx WHERE tx_id=\"${tx}\"") + tx=$(sql "SELECT tx_id FROM watching_tx WHERE tx_id=${tx}") for row in ${rows} do