bitcljoin
bitcljoin copied to clipboard
start of a clojure wrapper for bitcoinj
When initially trying to get the library to work (as per instructions) I got the following error: user=> (use 'bitcoin.core) SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation...
Title says it all - if I'm not mistaken, clojure.stacktrace should be required.
``` => (use 'bitcoin.core) Exception namespace 'bitcoin.core' not found clojure.core/load-lib (core.clj:5380) ``` This works fine for the 0.2.0 jar.