Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lestreyd committed Mar 3, 2018
1 parent e280d36 commit 79bec66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ class CMainParams : public CChainParams

hashGenesisBlock = genesis.GetHash();
assert(hashGenesisBlock == uint256("0xfeb191f886b9facbe27957509bbbceff91cc91b80abd266ea43adea1fb86bd3b"));
fprintf(str(hashGenesisBlock));
fprintf(to_string(hashGenesisBlock));
assert(genesis.hashMerkleRoot == uint256("0xfaedaeb561bd87f81f2baf41ce0b00ec47ecb61aed4e8d7194b1ff2b465c9ac9"));

vSeeds.clear();
Expand Down

0 comments on commit 79bec66

Please sign in to comment.