mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-12 10:34:30 +00:00
clean up scheduler deps
This commit is contained in:
parent
66b70423d8
commit
0c60c83ee5
@ -23,10 +23,7 @@
|
||||
[crypto.random :as random]
|
||||
[clojure.set :refer [rename-keys]]
|
||||
[clojure.string :as str]
|
||||
[commiteth.eth.multisig-wallet :as multisig]
|
||||
[commiteth.db.bounties :as db-bounties]
|
||||
[clj-time.core :as t]
|
||||
[clj-time.periodic :refer [periodic-seq]]))
|
||||
[commiteth.eth.multisig-wallet :as multisig]))
|
||||
|
||||
(defn add-bounties-for-existing-issues? []
|
||||
(env :add-bounties-for-existing-issues false))
|
||||
@ -164,8 +161,6 @@
|
||||
|
||||
(defn execute-revocation [issue-id contract-address payout-address]
|
||||
(log/info (str "executing revocation for " issue-id "at" contract-address))
|
||||
;; todo set winnner login as the owner of the repo to which the issue belongs
|
||||
;; (db-bounties/update-winner-login issue-id winner-login)
|
||||
(try
|
||||
(let [tx-info (multisig/send-all {:contract contract-address
|
||||
:payout-address payout-address
|
||||
|
Loading…
x
Reference in New Issue
Block a user