IsNull doesn't change CBlockLocator, add const hint
This commit is contained in:
parent
1b37333a7f
commit
bdb6a71d3d
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ struct CBlockLocator
|
|||
vHave.clear();
|
||||
}
|
||||
|
||||
bool IsNull()
|
||||
bool IsNull() const
|
||||
{
|
||||
return vHave.empty();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue