Fix bug related to USD value updating

Only update USD value for bounties that have not been signed off by
SOB to avoid USD value being incorrectly set to 0.
This commit is contained in:
Teemu Patja 2017-12-04 12:47:02 +02:00
parent 4303181781
commit 78547c410e
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C

View File

@ -495,7 +495,7 @@ SELECT
FROM issues i, repositories r
WHERE r.repo_id = i.repo_id
AND contract_address IS NOT NULL
AND i.confirm_hash IS NULL
AND i.execute_hash IS NULL
AND i.is_open = true;
-- :name get-bounty :? :1