Skip to content

Commit

Permalink
launch hash set
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed May 22, 2018
1 parent 99e75b1 commit 9de2b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetworkParamsProd.java
Expand Up @@ -56,5 +56,5 @@ public List<String> getSeedNodes()

// Fill in hash of bitcoin block 523850 when it occurs, in hex replacing the zeros to start mainnet
@Override
public ByteString getBlockZeroRemark() { return ByteString.copyFrom(new String("000000").getBytes()); }
public ByteString getBlockZeroRemark() { return ByteString.copyFrom(new String("00000000000000000019d1562bd02674302db7ddd6ccdb77be3e6daaa8eb8a51").getBytes()); }
}

0 comments on commit 9de2b06

Please sign in to comment.