dexX7 / java-libbitcoinconsensus

JNA binding and Java wrapper for libbitcoinconsensus
Other
9 stars 3 forks source link

Use built-in Groovy String.decodeHex() #17

Closed msgilligan closed 9 years ago

msgilligan commented 9 years ago

instead of custom StringUtil.hexToBinary()

Since we're using Groovy/Spock we can delete our custom hexToBinary() method and use the built-in one.

dexX7 commented 9 years ago

Ah great, thanks!