Send Coins
This commit is contained in:
@@ -1911,6 +1911,19 @@ module.exports = {
|
||||
|
||||
query.push(...myquery);
|
||||
|
||||
/*} else if (params.table === 'circuits') {
|
||||
const qacirc = this.getLookup(
|
||||
{
|
||||
lk_tab: 'accounts',
|
||||
lk_LF: 'circuitId',
|
||||
lk_FF: '_id',
|
||||
lk_as: 'account',
|
||||
}, 0, {
|
||||
'acc': 1,
|
||||
});
|
||||
if (qacirc) query = [...query, ...qacirc];
|
||||
|
||||
*/
|
||||
}
|
||||
|
||||
if (newvers) {
|
||||
|
||||
Reference in New Issue
Block a user