IsNull doesn't change CBlockLocator, add const hint

pull/5520/head
Pavel Janík 10 years ago
parent 1b37333a7f
commit bdb6a71d3d

@ -162,7 +162,7 @@ struct CBlockLocator
vHave.clear();
}
bool IsNull()
bool IsNull() const
{
return vHave.empty();
}

Loading…
Cancel
Save