3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-30 14:52:16 +00:00

Added comment with reminder to fix the genesis block data.

This commit is contained in:
CalDescent 2022-04-24 15:12:34 +01:00
parent 6628cfdd66
commit e15d559802

View File

@ -61,6 +61,7 @@ public class RavencoinMainNetParams extends AbstractRavencoinParams {
subsidyDecreaseBlockCount = 2100000;
String genesisHash = genesisBlock.getHashAsString();
// TODO: The genesis hash currently does not match, so checking has temporarily been disabled. This will need fixing before it the complete implementation can be used.
//checkState(genesisHash.equals("0000006b444bc2f2ffe627be9d9e7e7a0730000870ef6eb6da46c8eae389df90"));
// from https://github.com/RavenProject/Ravencoin/blob/master/src/chainparams.cpp