diff --git a/src/freecoin/auth.clj b/obsolete/auth.clj similarity index 100% rename from src/freecoin/auth.clj rename to obsolete/auth.clj diff --git a/src/freecoin/nxt.clj b/obsolete/nxt.clj similarity index 100% rename from src/freecoin/nxt.clj rename to obsolete/nxt.clj diff --git a/src/freecoin/handlers/qrcode.clj b/src/freecoin/handlers/qrcode.clj index 09c9787..a1c57d2 100644 --- a/src/freecoin/handlers/qrcode.clj +++ b/src/freecoin/handlers/qrcode.clj @@ -3,7 +3,7 @@ [freecoin.params :as param] [freecoin.views :as fv] [freecoin.utils :as utils] - [freecoin.auth :as auth] + ;; [freecoin.auth :as auth] [freecoin.db.wallet :as wallet] [freecoin.context-helpers :as ch] [clj.qrgen :as qr]))