mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-10 23:04:39 +01:00
Bugfix/txidasstring (#171)
* Double-quotes too much in where clause * Double-quotes too less
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user