Bugfix/txidasstring (#171)

* Double-quotes too much in where clause

* Double-quotes too less
This commit is contained in:
kexkey
2020-02-23 22:11:08 +00:00
committed by GitHub
parent be850de499
commit f9c6cdfcda

View File

@@ -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