Merge pull request #5520
bdb6a71IsNull doesn't change CBlockLocator, add const hint (Pavel Janík)1b37333Remove no longer needed declaration of CBlockLocator (Pavel Janík)
This commit is contained in:
@@ -162,7 +162,7 @@ struct CBlockLocator
|
||||
vHave.clear();
|
||||
}
|
||||
|
||||
bool IsNull()
|
||||
bool IsNull() const
|
||||
{
|
||||
return vHave.empty();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user