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…
Reference in New Issue