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