better way of keeping transactions up to date

This commit is contained in:
Bryce Covert
2020-09-25 06:42:53 -07:00
parent 77786c084e
commit 45b7df76ee

View File

@@ -15,7 +15,8 @@
[clojure.string :as str]
[unilog.context :as lc]
[clojure.tools.logging :as log]
[clj-time.core :as t]))
[clj-time.core :as t]
[mount.core :as mount]))
(defn rough-match [client-id bank-account-id amount]