Branch: refs/heads/master
Home: https://github.com/conformal/btcwallet
Commit: 1b69fd63ff7c6266474cbfb53eae4a77fc22f49a
https://github.com/conformal/btcwallet/commit/1b69fd63ff7c6266474cbfb53eae4a77fc22f49a
Author: Josh Rickmar <[email protected]>
Date: 2014-04-11 (Fri, 11 Apr 2014)
Changed paths:
M wallet/wallet_test.go
Log Message:
-----------
Fix a test.
Calling Bytes() on a big.Int strips any leading padding zeros. This
change fixes the test to always pad the byte slice for a private key
to a length of 32.