fix #532
This commit is contained in:
parent
0916cc6119
commit
fe1850589d
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue