Skip to content

Commit

Permalink
clojure.string/ -> str/
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwalker committed Jul 6, 2014
1 parent 8317e7f commit d746c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitcoin_protocol/messages.clj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
(repeat 2 0xFF)
(map
#(Integer/parseInt %)
(clojure.string/split s #"\."))))
(str/split s #"\."))))
(fn [b]
(apply str (interpose "." (take-last 4 b))))))

Expand Down

0 comments on commit d746c27

Please sign in to comment.