Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcutil
  Commit: 2d190f72ff5e227db5d76d33e86c30ac7e8c15a9
      
https://github.com/btcsuite/btcutil/commit/2d190f72ff5e227db5d76d33e86c30ac7e8c15a9
  Author: Dave Collins <[email protected]>
  Date:   2016-02-09 (Tue, 09 Feb 2016)

  Changed paths:
    M hdkeychain/extendedkey.go
    M hdkeychain/extendedkey_test.go

  Log Message:
  -----------
  hdkeychain: Correct extended privkey serialization.

This corrects an issue with the serialization of extended private keys
where certain underlying derivations could cause lead to printing
extended privkeys that did not have the expected xprv prefix.

In addition, tests for private key derivation have been added as well as
a specific test which triggers the previously failing case.


Reply via email to