Fix small typos in comments and error messages
Rebased-From: 67b2d819cdf6181e7f016e5366ce7479830893bd Github-Pull: #5404
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
2f2d3370cc
commit
bf7835c271
@@ -95,7 +95,7 @@ enum BlockStatus {
|
||||
class CBlockIndex
|
||||
{
|
||||
public:
|
||||
//! pointer to the hash of the block, if any. memory is owned by this CBlockIndex
|
||||
//! pointer to the hash of the block, if any. Memory is owned by this CBlockIndex
|
||||
const uint256* phashBlock;
|
||||
|
||||
//! pointer to the index of the predecessor of this block
|
||||
|
||||
Reference in New Issue
Block a user