mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
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();
|
vHave.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsNull()
|
bool IsNull() const
|
||||||
{
|
{
|
||||||
return vHave.empty();
|
return vHave.empty();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue