remove stale swap! call

This commit is contained in:
Martin Klepsch 2018-04-16 13:58:24 +02:00
parent a78c1cff66
commit 70e91932e9
No known key found for this signature in database
GPG Key ID: 1A35E702AD48A9F6

View File

@ -349,7 +349,6 @@
eth-core
:start
(do
(swap! web3j-obj (constantly nil))
(swap! creds-obj (constantly nil))
(log/info "eth/core started"))
:stop