From 38dd97c2d04d4bf2d6d7476721c09404ccca2e61 Mon Sep 17 00:00:00 2001 From: Jaromil Date: Tue, 8 Dec 2015 17:25:06 +0100 Subject: [PATCH] obsoleted old auth and nxt code --- {src/freecoin => obsolete}/auth.clj | 0 {src/freecoin => obsolete}/nxt.clj | 0 src/freecoin/handlers/qrcode.clj | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename {src/freecoin => obsolete}/auth.clj (100%) rename {src/freecoin => obsolete}/nxt.clj (100%) 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]))