update logging for payout receipt

This commit is contained in:
Rob Culliton 2018-05-18 15:28:35 -04:00
parent f657564062
commit 5c3e050f7c
No known key found for this signature in database
GPG Key ID: 6FDEF60B3DC84D94

View File

@ -74,6 +74,6 @@
(when-let [revoking-bounty (get updated-bounties confirming-issue-id)]
(if (:payout_receipt revoking-bounty)
(dispatch-remove-pending-revocation revoking-bounty)
(println (str "currently revoking " confirming-issue-id " but confirm hash has not been set yet."))))
(println (str "currently revoking " confirming-issue-id " but payout receipt has not been set yet."))))
;; interceptor must return context
context))))