Lets always use $this->table instead of hardcoding
This commit is contained in:
parent
6b52d47ab2
commit
d6670508f7
@ -295,7 +295,7 @@ class Transaction extends Base {
|
|||||||
), 8
|
), 8
|
||||||
), 0
|
), 0
|
||||||
) AS confirmed
|
) AS confirmed
|
||||||
FROM transactions AS t
|
FROM $this->table AS t
|
||||||
LEFT JOIN blocks AS b
|
LEFT JOIN blocks AS b
|
||||||
ON t.block_id = b.id
|
ON t.block_id = b.id
|
||||||
LEFT JOIN accounts AS a
|
LEFT JOIN accounts AS a
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user