vector icon indicating copy to clipboard operation
vector copied to clipboard

[server-node] Use join queries for channel

Open LayneHaber opened this issue 4 years ago • 0 comments

When getting transfers, the channel is no longer associated with the database entry if it is not an active transfer. To handle this, we separately query for the channel if we cannot find it in several places in the server-node store. This should instead be done by a single join query

LayneHaber avatar Mar 08 '21 18:03 LayneHaber