chaincfg: Use expected regnet merkle root var.

This uses the expected merkle root variable in the genesis block
definition for the regression test network.  It's the same value so
there is no functional change.
This commit is contained in:
Dave Collins 2019-03-14 11:44:00 -05:00
parent 6abbe31569
commit 2f43533302
No known key found for this signature in database
GPG Key ID: B8904D9D9C93D1F2

View File

@ -218,7 +218,7 @@ var regNetGenesisBlock = wire.MsgBlock{
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
}),
MerkleRoot: simNetGenesisMerkleRoot,
MerkleRoot: regNetGenesisMerkleRoot,
StakeRoot: chainhash.Hash([chainhash.HashSize]byte{ // Make go vet happy.
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,