mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
IsNull doesn't change CBlockLocator, add const hint
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