Convert short_id to integer id with clightning backend before returning the graph
This commit is contained in:
@@ -420,7 +420,7 @@ class ChannelsApi {
|
||||
const result = await DB.query<ResultSetHeader>(`
|
||||
UPDATE channels
|
||||
SET status = 0
|
||||
WHERE short_id NOT IN (
|
||||
WHERE id NOT IN (
|
||||
${graphChannelsIds.map(id => `"${id}"`).join(',')}
|
||||
)
|
||||
AND status != 2
|
||||
|
||||
Reference in New Issue
Block a user