mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-24 23:28:08 +00:00
Disable re-deploying of failed contracts
* do not try to automatically re-deploy failed bounty contracts
This commit is contained in:
parent
a4e4a80f31
commit
babca32460
@ -184,7 +184,9 @@
|
||||
(defn run-periodic-tasks [time]
|
||||
(do
|
||||
(log/debug "run-periodic-tasks" time)
|
||||
(redeploy-failed-contracts)
|
||||
;; TODO: disabled for now. looks like it may cause extraneus
|
||||
;; contract deployments and costs
|
||||
#_(redeploy-failed-contracts)
|
||||
(deploy-pending-contracts)
|
||||
(update-issue-contract-address)
|
||||
(update-confirm-hash)
|
||||
|
Loading…
x
Reference in New Issue
Block a user