parent
926c3aa385
commit
f0c978ec47
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue