Only update USD value to unconfirmed bounties

Fixes: #148
This commit is contained in:
Teemu Patja 2017-11-04 18:54:33 +02:00
parent 926c3aa385
commit f0c978ec47
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,7 @@ SELECT
FROM issues i, repositories r
WHERE r.repo_id = i.repo_id
AND contract_address IS NOT NULL
AND i.payout_hash IS NULL;
AND i.confirm_hash IS NULL;
-- :name get-bounty :? :1
-- :doc details for a bounty issue given owner, repo and issue nunber