Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: eb4ad095982b0c359fbb17d240e69685e00b9933
https://github.com/btcsuite/btcd/commit/eb4ad095982b0c359fbb17d240e69685e00b9933
Author: David Hill <[email protected]>
Date: 2015-07-22 (Wed, 22 Jul 2015)
Changed paths:
M wire/blockheader.go
M wire/blockheader_test.go
Log Message:
-----------
Implmement BlockHeader BtcEncode/BtcDecode.
At the current time, there is no difference between the wire encoding
at protocol version 0 and the stable long-term storage format. These
methods are simply for consistency with the other types.