Branch: refs/heads/master
Home: https://github.com/conformal/btcnet
Commit: 01799eeff10f05cbc15a37d14ed913e0a93085f1
https://github.com/conformal/btcnet/commit/01799eeff10f05cbc15a37d14ed913e0a93085f1
Author: Dave Collins <[email protected]>
Date: 2014-05-28 (Wed, 28 May 2014)
Changed paths:
A genesis.go
A genesis_test.go
M params.go
Log Message:
-----------
Define genesis blocks internally.
The genesis block for each network is a parameter for the network. As
such, it makes more sense to define them in this package instead of in the
wire protocol package.
ok @jrick