This commit is contained in:
Roman Volosovskyi 2016-12-01 17:45:05 +02:00
parent 0916cc6119
commit fe1850589d
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
[hash password callback]
(log/debug :complete-transaction (boolean status) hash password)
(when status
(call-module #(.completeTransaction status hash password callback))))
(call-module #(.completeTransaction status (str hash) password callback))))
(defn discard-transaction
[id]