Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerlievens committed Jan 28, 2017
1 parent 5c619e7 commit 6bdbaf5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ void MineGenesis(CBlock genesis, uint256 bnProofOfWorkLimit){
printf("New best: %s\n", newhash.GetHex().c_str());
}
}
printf("Gensis Hash: %s\n", genesis.GetHash().ToString().c_str());
printf("Gensis Hash Merkle: %s\n", genesis.hashMerkleRoot.ToString().c_str());
printf("Gensis nTime: %u\n", genesis.nTime);
printf("Gensis nBits: %08x\n", genesis.nBits);
printf("Gensis Nonce: %u\n\n\n", genesis.nNonce);
printf("Genesis Hash: %s\n", genesis.GetHash().ToString().c_str());
printf("Genesis Hash Merkle: %s\n", genesis.hashMerkleRoot.ToString().c_str());
printf("Genesis nTime: %u\n", genesis.nTime);
printf("Genesis nBits: %08x\n", genesis.nBits);
printf("Genesis Nonce: %u\n\n\n", genesis.nNonce);
}

/**
Expand Down

0 comments on commit 6bdbaf5

Please sign in to comment.