mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-11 10:06:20 +00:00
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:
parent
4303181781
commit
78547c410e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user