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:
parent
6abbe31569
commit
2f43533302
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user