Add channel id to claim if exists for more precise filtering
This commit is contained in:
parent
84ab5eae36
commit
c67f298ee6
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ function getClaimsSince (time, lastID, MaxClaimsInCall) {
|
|||
`c.id, ` +
|
||||
`c.name,` +
|
||||
`p.name as channel,` +
|
||||
`p.claim_id as channel_id,` +
|
||||
`c.bid_state,` +
|
||||
`c.effective_amount,` +
|
||||
`COALESCE(p.effective_amount,1) as certificate_amount,` +
|
||||
|
|
Loading…
Reference in a new issue