Remove web3j reference

This commit is contained in:
Vitaliy Vlasov 2018-02-20 13:58:28 +02:00 committed by Tetiana Churikova
parent a72e2534fb
commit 0be2b5a184
2 changed files with 3 additions and 5 deletions

View File

@ -1,8 +1,7 @@
(ns commiteth.eth.multisig-wallet (ns commiteth.eth.multisig-wallet
(:require [commiteth.eth.core :as eth] (:require [commiteth.eth.core :as eth
[commiteth.config :refer [env]]
[commiteth.eth.web3j
:refer [create-web3j creds]] :refer [create-web3j creds]]
[commiteth.config :refer [env]]
[clojure.tools.logging :as log] [clojure.tools.logging :as log]
[commiteth.eth.token-data :as token-data]) [commiteth.eth.token-data :as token-data])
(:import [org.web3j (:import [org.web3j

View File

@ -1,6 +1,5 @@
(ns commiteth.eth.token-registry (ns commiteth.eth.token-registry
(:require [commiteth.eth.core :as eth] (:require [commiteth.eth.core :as eth
[commiteth.eth.web3j
:refer [create-web3j creds]] :refer [create-web3j creds]]
[commiteth.config :refer [env]] [commiteth.config :refer [env]]
[clojure.tools.logging :as log]) [clojure.tools.logging :as log])