mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-02 19:02:57 +02: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