Branch: refs/heads/master
Home: https://github.com/conformal/btcutil
Commit: bff18e5a9305b1f54f900e30c7090d5a19e149d0
https://github.com/conformal/btcutil/commit/bff18e5a9305b1f54f900e30c7090d5a19e149d0
Author: Josh Rickmar <[email protected]>
Date: 2014-05-21 (Wed, 21 May 2014)
Changed paths:
M address.go
M address_test.go
M test_coverage.txt
A wif.go
A wif_test.go
Log Message:
-----------
Introduce better WIF API.
The old functions DecodePrivateKey and EncodePrivateKey have been
removed in favor of the DecodeWIF function and the String method of
the new WIF type.
ok @davecgh