prune out db/update-confirm-hash (was in bounties, not issues, namespace)

This commit is contained in:
Rob Culliton 2018-05-05 09:25:57 -04:00
parent 64b81c1b91
commit 51bcd51173
No known key found for this signature in database
GPG Key ID: 6FDEF60B3DC84D94
1 changed files with 0 additions and 5 deletions

View File

@ -45,11 +45,6 @@
(jdbc/with-db-connection [con-db *db*]
(db/confirmed-revocation-payouts con-db)))
(defn update-confirm-hash
[issue-id confirm-hash]
(jdbc/with-db-connection [con-db *db*]
(db/update-confirm-hash con-db {:issue_id issue-id :confirm_hash confirm-hash})))
(defn update-winner-login
[issue-id login]
(jdbc/with-db-connection [con-db *db*]