Revert "added channel effective amount to the claim weight."
This commit is contained in:
parent
a11eb86338
commit
79a2470504
2 changed files with 6 additions and 17 deletions
server/utils/chainquery
|
@ -172,7 +172,6 @@ function getClaimsSince (time, lastID, MaxClaimsInCall) {
|
|||
`p.name as channel,` +
|
||||
`c.bid_state,` +
|
||||
`c.effective_amount,` +
|
||||
`COALESCE(p.effective_amount,0.0) as certificate_amount,` +
|
||||
`c.claim_id as claimId,` +
|
||||
`c.value_as_json as value ` +
|
||||
`FROM claim c ` +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue