data cleanup, new metrics for data integrity, preventing bad clients that swap bank accounts.

This commit is contained in:
2022-01-08 07:28:14 -08:00
parent 379d8003f1
commit deeadb16b6
8 changed files with 10009 additions and 126 deletions

View File

@@ -744,3 +744,6 @@
(sort)
vec))
(defn init-repl []
(set! nrepl.middleware.print/*print-fn* clojure.pprint/pprint))